X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2FMakefile;h=95fe3e3c696c9b381948d6ffdfe5e46361a84d04;hb=fbdefb124a045b0133211d65814d33de9926ed54;hp=f9ebfd09f3a8075cad78dd1abb8a5e341b64f5ac;hpb=810a16bfbea027aaebe87fecf2fa1d3ff44e018a;p=helm.git diff --git a/helm/software/matita/help/C/Makefile b/helm/software/matita/help/C/Makefile index f9ebfd09f..95fe3e3c6 100644 --- a/helm/software/matita/help/C/Makefile +++ b/helm/software/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: