debian: catch more MathJax uses
* debian/rules: Fix notebooks to use the local mathjax.
This commit is contained in:
parent
3669eba5b2
commit
9be0cd7f69
1 changed files with 1 additions and 0 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
|
@ -88,3 +88,4 @@ override_dh_auto_build:
|
||||||
|
|
||||||
fix-mathjax:
|
fix-mathjax:
|
||||||
perl -pi -e 's|http://orgmode.org/mathjax/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' doc/userdoc/*.html
|
perl -pi -e 's|http://orgmode.org/mathjax/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' doc/userdoc/*.html
|
||||||
|
perl -pi -e 's|https://cdn.mathjax.org/mathjax/latest/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' wrap/python/tests/*.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue