From: Michael Smith Date: Wed, 26 Mar 2003 06:44:30 +0000 (+0000) Subject: wdocbook.xsl obsoleted by w2docbook.xsl, updated globally X-Git-Tag: release/1.79.1~6^2~4733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55f0f6dd2f34a726150492c73636b8c1f89b9f6b;p=docbook-dsssl wdocbook.xsl obsoleted by w2docbook.xsl, updated globally --- diff --git a/litprog/example/Makefile b/litprog/example/Makefile index 9842ac876..8224e8c0e 100644 --- a/litprog/example/Makefile +++ b/litprog/example/Makefile @@ -31,7 +31,7 @@ fib.pl: fib.xweb $(XSLT) $< ../tangle.xsl $@ fib.xml: fib.xweb - $(XSLT) $< ../wdocbook.xsl $@ + $(XSLT) $< ../w2docbook.xsl $@ fib.xpp: fib.xweb prettyprint.pl perl prettyprint.pl $< > $@ diff --git a/litprog/html/Makefile b/litprog/html/Makefile index 1a6061216..7abce7833 100644 --- a/litprog/html/Makefile +++ b/litprog/html/Makefile @@ -9,8 +9,8 @@ html: ldocbook.html ldocbook.html: ldocbook.xml ldocbook.xsl $(XSLT) $< ldocbook.xsl $@ -ldocbook.xml: ldocbook.xweb ../wdocbook.xsl - $(XSLT) $< ../wdocbook.xsl $@ +ldocbook.xml: ldocbook.xweb ../w2docbook.xsl + $(XSLT) $< ../w2docbook.xsl $@ ldocbook.xsl: ldocbook.xweb ../xtangle.xsl $(XSLT) $< ../xtangle.xsl $@ diff --git a/slides/xsl/html/Makefile b/slides/xsl/html/Makefile index a185ee624..ae712c9dd 100644 --- a/slides/xsl/html/Makefile +++ b/slides/xsl/html/Makefile @@ -18,7 +18,7 @@ param.html: param.xml param.xml: param.xweb $(XSLT) $< ../../../xsl/profiling/profile.xsl $(PARAMPROF) profile.condition=html $(XSLT) $(PARAMPROF) ../../../xsl/profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition - $(XSLT) $(PARAMSTRIP) ../../../litprog/wdocbook.xsl $@ + $(XSLT) $(PARAMSTRIP) ../../../litprog/w2docbook.xsl $@ $(RM) $(PARAMPROF) $(PARAMSTRIP) param.xsl: param.xweb 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) diff --git a/xsl/lib/Makefile b/xsl/lib/Makefile index 2fa4e95f0..ad71fb7df 100644 --- a/xsl/lib/Makefile +++ b/xsl/lib/Makefile @@ -12,7 +12,7 @@ lib.html: lib.xml lib.xsl lib.xml: lib.xweb $(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) lib.xsl: lib.xweb