From: Michael Smith Date: Wed, 5 Mar 2003 10:07:18 +0000 (+0000) Subject: Wrong filename was breaking build, fixed. X-Git-Tag: release/1.79.1~6^2~4753 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88f9208e34cbd1238a8230779e976b13de1e3301;p=docbook-dsssl Wrong filename was breaking build, fixed. Had ../../litprog/wdocbook.xsl but needed ../../litprog/w2docbook.xsl --- 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