diff --git a/debian/rules b/debian/rules index f4e9e89e971d0fe2c7c90683c9832db48970921e..d032f49370d5d966d661f1f862dc3541c955db3a 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