From 56bc9fe06a13bfabae97280ccffb04a5e8c70ddc Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 10 Sep 2006 00:36:46 +0000 Subject: [PATCH] Updated path to lrefentry.xsl file. --- slides/xsl/Makefile | 3 ++- website/xsl/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/slides/xsl/Makefile b/slides/xsl/Makefile index c854cc1f2..cd911b048 100644 --- a/slides/xsl/Makefile +++ b/slides/xsl/Makefile @@ -4,6 +4,7 @@ include ../../cvstools/Makefile.incl PARAMPROF=.param.profiled PARAMSTRIP=.param.stripped +LREFENTRY=$(DOCBOOK_SVN)/xsl/tools/xsl/build/lrefentry.xsl DIRS = fo xhtml @@ -24,7 +25,7 @@ xml: param.xml html: param.html param.html: param.xml - $(XSLT) $< ../../xsl/docsrc/lrefentry.xsl $@ + $(XSLT) $< $(LREFENTRY) $@ param.xml: param.xweb $(XSLT) $< ../../xsl/profiling/profile.xsl $(PARAMPROF) profile.condition=html diff --git a/website/xsl/Makefile b/website/xsl/Makefile index f05b5f66d..399f5f1da 100644 --- a/website/xsl/Makefile +++ b/website/xsl/Makefile @@ -2,6 +2,7 @@ include ../../cvstools/Makefile.incl PARAMPROF=.param.profiled PARAMSTRIP=.param.stripped +LREFENTRY=$(DOCBOOK_SVN)/xsl/tools/xsl/build/lrefentry.xsl all: param.xsl @@ -13,7 +14,7 @@ xml: param.xml html: param.html param.html: param.xml - $(XSLT) $< ../../xsl/docsrc/lrefentry.xsl $@ + $(XSLT) $< $(LREFENTRY) $@ param.xml: param.xweb $(XSLT) $< ../../xsl/profiling/profile.xsl $(PARAMPROF) profile.condition=html -- 2.50.1