From 7e6bfd0e8fb2b47736955157a4cab65b3980d30e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 5 Jan 2016 09:08:06 +0100 Subject: [PATCH] * debian/rules: Fix html conversion of notebooks. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f4e9e89e9..d032f4937 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- GitLab