summaryrefslogtreecommitdiff
path: root/debian/clean.sh
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-02 22:24:49 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-02 22:24:49 +0200
commit8d3b657693e6e18fd530d4122ab7d6b6a158f1c5 (patch)
tree58d9d1d7a16d164685c818bb6b737d24fcbc8d59 /debian/clean.sh
parentcb90fbf8aeed34fdc3b682b6e1f4a52dc46eaf3b (diff)
properly cleanup pdf files
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