From: Norman Walsh Date: Thu, 19 Sep 2002 22:14:37 +0000 (+0000) Subject: Use the new doc-link-docbook stylesheet for the Release Notes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e627bc8e0112c35671ecf80dad37e8e3c8740d5e;p=docbook-dsssl Use the new doc-link-docbook stylesheet for the Release Notes --- diff --git a/xsl/Makefile b/xsl/Makefile index 699d30a75..2a3c08b40 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -19,7 +19,7 @@ all: xhtml RELEASE-NOTES.html done RELEASE-NOTES.html: RELEASE-NOTES.xml - $(XSLT) $< html/docbook.xsl $@ + $(XSLT) $< docsrc/doc-link-docbook.xsl $@ RELEASE-NOTES.pdf: RELEASE-NOTES.xml $(XSLT) $< fo/docbook.xsl RELEASE-NOTES.fo