From: Norman Walsh Date: Sun, 21 Dec 2003 18:58:44 +0000 (+0000) Subject: Tidy the HTML X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d18c56077b1aac4846e7bffd6a7de340e976889d;p=docbook-dsssl Tidy the HTML --- diff --git a/docbook/spec/Makefile b/docbook/spec/Makefile index c23028c8c..efbf78e56 100644 --- a/docbook/spec/Makefile +++ b/docbook/spec/Makefile @@ -12,6 +12,7 @@ all: docbook.html docbook.html: docbook.xml $(XJPARSE) $< $(XSLT) $< $(HTMLSTYLE) $@ $(XSLPARAM) + tidy -q -utf8 -mn -asxml $@ docbook.fo: docbook.xml $(XJPARSE) $<