* debian/rules: Fix html conversion of notebooks.
This commit is contained in:
parent
5cb94a1a3f
commit
7e6bfd0e8f
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue