From: Norman Walsh Date: Sun, 29 Dec 2002 14:37:29 +0000 (+0000) Subject: Updated X-Git-Tag: release/1.79.1~6^2~5028 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfeb3db8a93605e77b14419b0de08cd710727c51;p=docbook-dsssl Updated --- diff --git a/testdocs/Makefile b/testdocs/Makefile index 979179396..94f38ae51 100644 --- a/testdocs/Makefile +++ b/testdocs/Makefile @@ -34,12 +34,12 @@ endif ifeq ($(CHUNK),1) $(XSLT) $< $(XSLCHUNK) $@ $(XSLPARAM) ifeq ($(USETIDY),1) - $(TIDY) -iq -latin1 -mn *.html + $(TIDY) -iq -n -ascii -mn *.html endif else $(XSLT) $< $(XSLHTML) $@ $(XSLPARAM) ifeq ($(USETIDY),1) - $(TIDY) -iq -latin1 -mn $@ + $(TIDY) -iq -n -ascii -mn $@ endif endif @@ -47,19 +47,7 @@ endif ifeq ($(VALIDATE),1) $(XJPARSE) $< endif -ifeq ($(FORMATTER),tex) - $(XSLT) $< $(XSLFO) $@ passivetex.extensions=1 $(XSLPARAM) -else -ifeq ($(FORMATTER),fop) - $(XSLT) $< $(XSLFO) $@ fop.extensions=1 $(XSLPARAM) -else -ifeq ($(FORMATTER),xep) - $(XSLT) $< $(XSLFO) $@ xep.extensions=1 $(XSLPARAM) -else - $(XSLT) $< $(XSLFO) $@ $(XSLPARAM) -endif -endif -endif + $(XSLT) $< $(XSLFO) $@ $(FORMATTER).extensions=1 $(XSLPARAM) .fo.pdf: ifeq ($(FORMATTER),tex)