diff options
author | Richard Hughes <richard@hughsie.com> | 2010-01-21 14:51:14 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-01-21 14:51:26 +0000 |
commit | 145f5ef54ec0378b52bf8e9f8ee39381ac957d5f (patch) | |
tree | 07bcffaba807d085caeb63463bb5d1740da5599c /doc | |
parent | 58b17a86110aad72e4f1a8c51ba77215b09b4f05 (diff) |
trivial: add a gtk-doc helper script
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 + |