summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 65a2477..1f18a5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,9 +12,7 @@ override_dh_auto_clean:
override_dh_auto_install:
scons doc
- rm -rf $(CURDIR)/build/doc/HTML/scons-reference*
- find $(CURDIR)/build/doc -name "*scons-reference*" -delete
- find $(CURDIR)/build/doc -name "*-man*" -delete
+ rm -fr $(CURDIR)/build/doc/HTML/scons-user
get-orig-source:
wget http://downloads.sourceforge.net/project/scons/scons-src/${VERSION}/scons-src-${VERSION}.tar.gz -O ../scons-src-${VERSION}.tar.gz