]> granicus.if.org Git - docbook-dsssl/commitdiff
Wrong filename was breaking build, fixed.
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 5 Mar 2003 10:07:18 +0000 (10:07 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 5 Mar 2003 10:07:18 +0000 (10:07 +0000)
  Had ../../litprog/wdocbook.xsl but needed ../../litprog/w2docbook.xsl

xsl/lib/Makefile

index 2fa4e95f037009acaa4ffe966e07e3469b0f1312..ad71fb7df1ed68a9475ca83b69dadfb28c3ec14e 100644 (file)
@@ -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