X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fhelp%2FC%2FMakefile;h=95fe3e3c696c9b381948d6ffdfe5e46361a84d04;hb=d3f5be46ea4f2cee636e2e64c36a82f0dd5f51a9;hp=f9ebfd09f3a8075cad78dd1abb8a5e341b64f5ac;hpb=9c4f15d74f5de01494a587322edc66b85f6d2f4e;p=helm.git 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: