diff --git a/debian/rules b/debian/rules index f4e9e89e9..d032f4937 100755 --- a/debian/rules +++ b/debian/rules @@ -84,7 +84,7 @@ override_dh_python3: dh_python3 -p python3-spot override_dh_auto_build: dh_auto_build - $(MAKE) -C tests/python nb-html + $(MAKE) -C tests nb-html fix-mathjax: perl -pi -e 's|http://orgmode.org/mathjax/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' doc/userdoc/*.html