From 6f88551b6a37dc8191decdb26e127e7a7ba45f55 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 16 Apr 2015 13:34:35 -0400 Subject: [PATCH] HTML documentation now loads MathJax from CDN Privacy warning: if scripts are enabled, then you are subject to the normal tracking risks of loading external scripts. If this is from your own domain or local filesystem, then you may be leaking personal information. In the future, KaTeX may be used. --- doc/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4c492245..6bd1f0c1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -35,5 +35,14 @@ xsltexis: $(stexi) -xsl:"$(path_tools)/literate-xsl/src/texinfo.xsl" \ "$<" > "$@" +# Privacy warning: if scripts are enabled, then you are subject to the +# normal tracking risks of loading external scripts. If this is from your +# own domain or local filesystem, then you may be leaking personal +# information. +html-local: + find tame.html/ -name '*.html' -type f \ + | xargs sed -i \ + 's#\(##' + clean-local: -rm -f $(stexi)