From ef236774b656c5d5f30d32341bdb09f3238aa15d Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 2 Apr 2001 14:14:13 +0000 Subject: [PATCH] Use the cvstools version of saxon --- xsl/fo/Makefile | 5 ++++- xsl/html/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 $@ -- 2.50.1