]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated path to lrefentry.xsl file.
authorMichael Smith <xmldoc@users.sourceforge.net>
Sun, 10 Sep 2006 00:36:46 +0000 (00:36 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sun, 10 Sep 2006 00:36:46 +0000 (00:36 +0000)
slides/xsl/Makefile
website/xsl/Makefile

index c854cc1f29c4cda1bfb6af31373f50c6f4166564..cd911b0480fef8d371c6e6e534ae948d029a90f1 100644 (file)
@@ -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
index f05b5f66d3282bcf2b89c100f6fd4612199d52b5..399f5f1da425b9466ddb0aa881ce1206c58a9198 100644 (file)
@@ -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