From 9be0cd7f698d63eebf75287cfde808be48539789 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 16 Oct 2015 11:35:40 +0200 Subject: [PATCH] debian: catch more MathJax uses * debian/rules: Fix notebooks to use the local mathjax. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index d729bd9de..83f9501e1 100755 --- a/debian/rules +++ b/debian/rules @@ -88,3 +88,4 @@ override_dh_auto_build: 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|https://cdn.mathjax.org/mathjax/latest/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' wrap/python/tests/*.html