aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-02-01 18:35:14 +0000
committerGerald Combs <gerald@wireshark.org>2007-02-01 18:35:14 +0000
commitca4ef167228f8032a7d6cbb81d000daf5cd15c76 (patch)
treee5c96d6e58dd515ffa656419f4c6b7734ec918e5 /docbook/Makefile.nmake
parenta95ce819f6aa41634e4f54e7c88df271a82e0eda (diff)
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
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
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