From 67e9fcc5e2ae1195f063571cc9093a850ca24c3f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 5 Mar 2003 10:07:18 +0000 Subject: [PATCH] Wrong filename was breaking build, fixed. Had ../../litprog/wdocbook.xsl but needed ../../litprog/w2docbook.xsl --- xsl/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0