]> matita.cs.unibo.it Git - helm.git/commitdiff
added pretty printing of generated xml files via xmllint --format
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 8 Feb 2006 12:54:42 +0000 (12:54 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 8 Feb 2006 12:54:42 +0000 (12:54 +0000)
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: