mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 11:48:31 +02:00
Docs: RttiControls. Adds script to remove genreated files.
This commit is contained in:
parent
8e4eb138d3
commit
299219fb82
8
components/rtticontrols/fpdoc/clean-files.sh
Normal file
8
components/rtticontrols/fpdoc/clean-files.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# remove genrated files
|
||||
rm *.{chm,xct}
|
||||
rm -rf rtticontrols
|
||||
rm docs-html-rtticontrols-*.7z
|
||||
rm rtticontrols-footer.xml
|
||||
rm build_*.log
|
Loading…
Reference in New Issue
Block a user