diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/clean.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/clean.sh b/doc/clean.sh new file mode 100755 index 0000000..a44fc72 --- /dev/null +++ b/doc/clean.sh @@ -0,0 +1,8 @@ +rm -f *.txt +rm -f UPower-scan.* +rm -f UPower.types +rm -f html/*.html +rm -f html/*.png +rm -f tmpl/* +rm -f *.stamp + |