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)