debian: apply the mathjax regex to org output as well
* debian/rules: Here.
This commit is contained in:
parent
9c356bfff6
commit
3adc9e18cc
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -113,6 +113,6 @@ override_dh_compress:
|
||||||
|
|
||||||
fix-js:
|
fix-js:
|
||||||
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/.*/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' tests/python/*.html
|
perl -pi -e 's|https://cdn.mathjax.org/mathjax/.*/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' tests/python/*.html doc/userdoc/*.html
|
||||||
perl -pi -e 's|https://cdnjs.cloudflare.com/ajax/libs/mathjax/.*/mathjax.js|file:///usr/share/javascript/mathjax/MathJax.js|' tests/python/*.html
|
perl -pi -e 's|https://cdnjs.cloudflare.com/ajax/libs/mathjax/.*/mathjax.js|file:///usr/share/javascript/mathjax/MathJax.js|' tests/python/*.html doc/userdoc/*.html
|
||||||
perl -pi -e 's|https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js|file:///usr/share/javascript/jquery/jquery.min.js|' tests/python/*.html
|
perl -pi -e 's|https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js|file:///usr/share/javascript/jquery/jquery.min.js|' tests/python/*.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue