]> granicus.if.org Git - docbook-dsssl/commitdiff
Use the cvstools version of saxon
authorNorman Walsh <ndw@nwalsh.com>
Mon, 2 Apr 2001 14:14:13 +0000 (14:14 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 2 Apr 2001 14:14:13 +0000 (14:14 +0000)
xsl/fo/Makefile
xsl/html/Makefile

index 0afd45c7526a6c467731e7a4747b6c3530828da5..a9f41a4c5ad7d4a979469612a008feed93ef9d1c 100644 (file)
@@ -1,4 +1,7 @@
+XSLT=../../cvstools/saxon
+XJPARSE=../../cvstools/xjparse
+
 all: titlepage.templates.xsl
 
 titlepage.templates.xsl: titlepage.templates.xml ../template/titlepage.xsl
-       saxon $< ../template/titlepage.xsl $@
+       $(XSLT) $< ../template/titlepage.xsl $@
index 0afd45c7526a6c467731e7a4747b6c3530828da5..a9f41a4c5ad7d4a979469612a008feed93ef9d1c 100644 (file)
@@ -1,4 +1,7 @@
+XSLT=../../cvstools/saxon
+XJPARSE=../../cvstools/xjparse
+
 all: titlepage.templates.xsl
 
 titlepage.templates.xsl: titlepage.templates.xml ../template/titlepage.xsl
-       saxon $< ../template/titlepage.xsl $@
+       $(XSLT) $< ../template/titlepage.xsl $@