From ca4ef167228f8032a7d6cbb81d000daf5cd15c76 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 1 Feb 2007 18:35:14 +0000 Subject: The contents of the NEWS file come from the release notes. Back-port the changes in r20642 to release-notes.xml. Add "news" targes to the docbook makefiles to copy release-notes.txt to NEWS. svn path=/trunk/; revision=20669 --- docbook/Makefile.nmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docbook/Makefile.nmake') diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake index aa979a17b7..c30137ddd1 100644 --- a/docbook/Makefile.nmake +++ b/docbook/Makefile.nmake @@ -227,7 +227,10 @@ release-notes.html: $(RELEASE_NOTES_SOURCE) release-notes.txt: $(RELEASE_NOTES_SOURCE) @ echo --- RELEASE NOTES - TXT --- $(XSLTPROC) --stringparam generate.toc "article nop" --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl release-notes.xml | $(HTML2TXT) > $@ - + +news: release-notes.txt + copy release-notes.txt ..\NEWS + # create pdf file (through XSL-FO), portrait pages on US letter paper (the default) # you will get lot's of errors, but that's ok release-notes-us.fo: $(RELEASE_NOTES_SOURCE) custom_layer_pdf.xsl -- cgit v1.2.3