From: Stefano Zacchiroli Date: Wed, 8 Feb 2006 12:54:42 +0000 (+0000) Subject: added pretty printing of generated xml files via xmllint --format X-Git-Tag: 0.4.95@7852~1693 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=28d4ff155faedd20b4787c13a7cbda2acf4089a6;p=helm.git added pretty printing of generated xml files via xmllint --format --- diff --git a/matita/help/C/Makefile b/matita/help/C/Makefile index f9ebfd09f..95fe3e3c6 100644 --- a/matita/help/C/Makefile +++ b/matita/help/C/Makefile @@ -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: