]> granicus.if.org Git - docbook-dsssl/commitdiff
wrong filename '../../litprog/wdocbook.xsl' broke build, fixed
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 24 Mar 2003 06:50:55 +0000 (06:50 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 24 Mar 2003 06:50:55 +0000 (06:50 +0000)
xsl/fo/Makefile
xsl/html/Makefile

index 02da0f1c9a9add3d5017af3c283e69eda220eb22..9e6476258df0d21519260173989b17239268503e 100644 (file)
@@ -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)
index ec39950340431ca289a79aa8c9ee8fa4eed35f34..adc14863997a73092c58de24edbf4ad95fd6369e 100644 (file)
@@ -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)