From cfeb3db8a93605e77b14419b0de08cd710727c51 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 29 Dec 2002 14:37:29 +0000 Subject: [PATCH] Updated --- testdocs/Makefile | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) 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) -- 2.50.1