Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
a8db30d6
Commit
a8db30d6
authored
Jul 29, 2020
by
Alexandre Duret-Lutz
Browse files
* debian/rules (fix-js): Adjust to newer MathJax URL.
parent
3710e8f2
Pipeline
#20818
failed with stage
in 348 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
a8db30d6
...
...
@@ -105,5 +105,5 @@ 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|https://cdnjs.cloudflare.com/ajax/libs/require.js/.*/require.min.js|file:///usr/share/javascript/requirejs/require.min.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 doc/userdoc/*.html
perl -pi -e 's
,
https://cdnjs.cloudflare.com/ajax/libs/mathjax/.*/
(?:
MathJax
|latest)
.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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment