summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 1 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index 083464034..bed16b86a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ endif
export PYTHON=python3
%:
- dh $@ -Bbuild
+ dh $@ -Bbuild --with=sphinxdoc
override_dh_auto_configure:
$(shell dpkg-buildflags --export=sh); \
@@ -93,12 +93,6 @@ override_dh_auto_install:
rm -rf debian/tmp/usr/include
-rm debian/tmp/usr/lib/frr/ssd
-# use installed js libraries
- -rm -f debian/tmp/usr/share/doc/frr/html/_static/jquery.js
- ln -s /usr/share/javascript/jquery/jquery.js debian/tmp/usr/share/doc/frr/html/_static/jquery.js
- -rm -f debian/tmp/usr/share/doc/frr/html/_static/underscore.js
- ln -s /usr/share/javascript/underscore/underscore.js debian/tmp/usr/share/doc/frr/html/_static/underscore.js
-
override_dh_auto_build:
dh_auto_build -- $(MAKE_SILENT)