From 28d4ff155faedd20b4787c13a7cbda2acf4089a6 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 8 Feb 2006 12:54:42 +0000 Subject: [PATCH] added pretty printing of generated xml files via xmllint --format --- matita/help/C/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2