From: Norman Walsh Date: Fri, 15 Mar 2002 18:15:16 +0000 (+0000) Subject: Weave HTML with weave not wdocbook X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76d9456a1bd717e1da1aa0dbb15f9d8a1bb48312;p=docbook-dsssl Weave HTML with weave not wdocbook --- diff --git a/litprog/example/Makefile b/litprog/example/Makefile index 268e1c5c8..03d6c434a 100644 --- a/litprog/example/Makefile +++ b/litprog/example/Makefile @@ -10,7 +10,7 @@ doc.html: doc.xml $(XSLT) $< doc.xsl $@ doc.xml: doc.xweb - $(XSLT) $< ../wdocbook.xsl $@ + $(XSLT) $< ../weave.xsl $@ doc.xsd: doc.xweb $(XSLT) $< ../xtangle.xsl $@