aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-05-19 01:26:06 +0000
committerGerald Combs <gerald@wireshark.org>2009-05-19 01:26:06 +0000
commit61d2248b3f86df1d84c19ab126348c6e23a9466f (patch)
tree4a36a313e156295d20b872a4224925826e7acda6 /docbook
parentd797045341a64fcf3e3ab2333274e7b1bddab390 (diff)
Use the xhtml stylesheet to generate the release notes instead of the
html stylesheet. This makes xsltproc use utf-8 instead of iso-8859-1. svn path=/trunk/; revision=28407
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index de73a91581..88081b11f5 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -177,12 +177,12 @@ release_notes.validated: $(RELEASE_NOTES_SOURCE)
# create html single page file
release-notes.html: $(RELEASE_NOTES_SOURCE)
@ echo --- RELEASE NOTES - HTML ---
- $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl release-notes.xml > $@
+ $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl release-notes.xml > $@
# create txt single page file (through HTML)
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) > $@
+ $(XSLTPROC) --stringparam generate.toc "article nop" --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl release-notes.xml | $(HTML2TXT) > $@
news: release-notes.txt
copy release-notes.txt ..\NEWS