From: Norman Walsh Date: Mon, 2 Apr 2001 14:14:13 +0000 (+0000) Subject: Use the cvstools version of saxon X-Git-Tag: release/1.79.1~6^2~6650 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef236774b656c5d5f30d32341bdb09f3238aa15d;p=docbook-dsssl Use the cvstools version of saxon --- diff --git a/xsl/fo/Makefile b/xsl/fo/Makefile index 0afd45c75..a9f41a4c5 100644 --- a/xsl/fo/Makefile +++ b/xsl/fo/Makefile @@ -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 $@ diff --git a/xsl/html/Makefile b/xsl/html/Makefile index 0afd45c75..a9f41a4c5 100644 --- a/xsl/html/Makefile +++ b/xsl/html/Makefile @@ -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 $@