summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index c05042b..04b379b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ override_dh_auto_install:
scons doc
rm -r $(CURDIR)/build/doc/HTML/scons-reference*
find $(CURDIR)/build/doc -name "*scons-reference*" -delete
+ find $(CURDIR)/build/doc -name "*-man*" -delete
get-orig-source:
wget http://downloads.sourceforge.net/project/scons/scons-src/${VERSION}/scons-src-${VERSION}.tar.gz -O ../scons-src-${VERSION}.tar.gz