]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/help/C/Makefile
- added an hack to load sequents viewer's mathml from file
[helm.git] / matita / help / C / Makefile
index f9ebfd09f3a8075cad78dd1abb8a5e341b64f5ac..95fe3e3c696c9b381948d6ffdfe5e46361a84d04 100644 (file)
@@ -20,9 +20,9 @@ txt-stamp: html-stamp
 %.txt: %.html
        w3m -dump $< > $@
 %.html: %.xml
-       xsltproc $(XHTML_XSL) $< > $@
+       xsltproc $(XHTML_XSL) $< | xmllint --format - > $@
 %.fo: %.xml
-       xsltproc $(FO_XSL) $< > $@
+       xsltproc $(FO_XSL) $< | xmllint --format - > $@
 %.pdf: %.fo
        fop $< $@
 clean: