From: Norman Walsh Date: Sun, 7 Jul 2002 23:09:45 +0000 (+0000) Subject: Added RELEASE-NOTES.pdf target X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fcbeb278fd09ccf2e1ee8af377b035a2c1a5733;p=docbook-dsssl Added RELEASE-NOTES.pdf target --- diff --git a/xsl/Makefile b/xsl/Makefile index eeef3b428..93c0af9f6 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -21,6 +21,11 @@ all: xhtml RELEASE-NOTES.html RELEASE-NOTES.html: RELEASE-NOTES.xml $(XSLT) $< html/docbook.xsl $@ +RELEASE-NOTES.pdf: RELEASE-NOTES.xml + $(XSLT) $< fo/docbook.xsl RELEASE-NOTES.fo + xep RELEASE-NOTES.fo + rm -f RELEASE-NOTES.fo + xhtml: $(MAKE) -C xhtml