summaryrefslogtreecommitdiff
path: root/debian/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/clean.sh')
-rw-r--r--debian/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/clean.sh b/debian/clean.sh
index b16e1d4f..a925ed06 100644
--- a/debian/clean.sh
+++ b/debian/clean.sh
@@ -45,6 +45,7 @@ find . -name 'autogen_*' | xargs --no-run-if-empty rm -v
find . -name '_*' | xargs --no-run-if-empty rm -v
find . -name 'test-*.log' | xargs --no-run-if-empty rm -v
find . -name '*.plist' | xargs --no-run-if-empty rm -v
+find . -name '*.pdf' | xargs --no-run-if-empty rm -v
find bin contrib distribution lib test -name 'Makefile' \
| xargs --no-run-if-empty rm -v
@@ -56,4 +57,3 @@ rm -vf Makefile
[ ! -d debug ] || chmod -R +rw debug/
rm -vfr release/ debug/ local/ parcels/
-rm -vf documentation/instguide.pdf documentation/adminguide.pdf