]> granicus.if.org Git - docbook-dsssl/commitdiff
Tidy the HTML
authorNorman Walsh <ndw@nwalsh.com>
Sun, 21 Dec 2003 18:58:44 +0000 (18:58 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 21 Dec 2003 18:58:44 +0000 (18:58 +0000)
docbook/spec/Makefile

index c23028c8c6cd782027d3138734613af09e1e5d54..efbf78e56201e42ed453a6001d50020a5ee72a2c 100644 (file)
@@ -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) $<