* debian/rules: Fix html conversion of notebooks.

This commit is contained in:
Alexandre Duret-Lutz 2016-01-05 09:08:06 +01:00
parent 5cb94a1a3f
commit 7e6bfd0e8f

2
debian/rules vendored
View file

@ -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