From: Michael Smith Date: Mon, 24 Mar 2003 06:50:55 +0000 (+0000) Subject: wrong filename '../../litprog/wdocbook.xsl' broke build, fixed X-Git-Tag: release/1.79.1~6^2~4735 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0b27e41242289e906095a88a81e1bd804311862;p=docbook-dsssl wrong filename '../../litprog/wdocbook.xsl' broke build, fixed --- diff --git a/xsl/fo/Makefile b/xsl/fo/Makefile index 02da0f1c9..9e6476258 100644 --- a/xsl/fo/Makefile +++ b/xsl/fo/Makefile @@ -15,7 +15,7 @@ param.xml: param.xweb $(PARAMS) ../../cvstools/paramchk -m Makefile.param $< $(XSLT) $< ../profiling/profile.xsl $(PARAMPROF) profile.condition=fo $(XSLT) $(PARAMPROF) ../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition - $(XSLT) $(PARAMSTRIP) ../../litprog/wdocbook.xsl $@ + $(XSLT) $(PARAMSTRIP) ../../litprog/w2docbook.xsl $@ $(RM) $(PARAMPROF) $(PARAMSTRIP) param.xsl: param.xweb $(PARAMS) diff --git a/xsl/html/Makefile b/xsl/html/Makefile index ec3995034..adc148639 100644 --- a/xsl/html/Makefile +++ b/xsl/html/Makefile @@ -20,7 +20,7 @@ param.xml: param.xweb $(PARAMS) ../../cvstools/paramchk -m Makefile.param $< $(XSLT) $< ../profiling/profile.xsl $(PARAMPROF) profile.condition=html $(XSLT) $(PARAMPROF) ../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition - $(XSLT) $(PARAMSTRIP) ../../litprog/wdocbook.xsl $@ + $(XSLT) $(PARAMSTRIP) ../../litprog/w2docbook.xsl $@ $(RM) $(PARAMPROF) $(PARAMSTRIP) param.xsl: param.xweb $(PARAMS)