]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated
authorNorman Walsh <ndw@nwalsh.com>
Sun, 29 Dec 2002 14:37:29 +0000 (14:37 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 29 Dec 2002 14:37:29 +0000 (14:37 +0000)
testdocs/Makefile

index 979179396d99d09da9f4f47e56b4dbcbeb7367f0..94f38ae51c73c9f79f48fc891df3c4feb9ca5bc4 100644 (file)
@@ -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)