summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2009-10-01 23:19:19 +0200
committerLuca Falavigna <dktrkranz@debian.org>2009-10-01 23:19:19 +0200
commit9c3f463e4a8078c8db0888defcba246bf74c8880 (patch)
treed6d2669df54cb4ff3ecd3b4fa5ff6efbdc3dcdc2 /debian/rules
parent102a765a09bf365356ef72f1bb11d4e20feb26b9 (diff)
Do not install scons-reference
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8000dce..c05042b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ override_dh_auto_clean:
override_dh_auto_install:
scons doc
+ rm -r $(CURDIR)/build/doc/HTML/scons-reference*
+ find $(CURDIR)/build/doc -name "*scons-reference*" -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