From ffb5b1318f63ff6635cbf2965bf02a0c9aaf1c6b Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 19 Sep 2002 22:14:37 +0000 Subject: [PATCH] Use the new doc-link-docbook stylesheet for the Release Notes --- xsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1