aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-05-27 18:20:52 +0000
committerGerald Combs <gerald@wireshark.org>2009-05-27 18:20:52 +0000
commit2c917c9f4300cc3c4d1e0847afdeea49fefc81e9 (patch)
treec2b1955e330047479e3498073e3f9a6f695418e5 /docbook
parent2223888b207338bfe223fff8a6cbdc08700be7e0 (diff)
Copy over r28507 from /trunk-1.2.
svn path=/trunk/; revision=28508
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index 49259af07d..7aed896b99 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -175,12 +175,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 $< > $@
+ $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $< > $@
# 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 $< | $(HTML2TXT) > $@
+ $(XSLTPROC) --stringparam generate.toc "article nop" --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $< | $(HTML2TXT) > $@
news: release-notes.txt
cp release-notes.txt ../NEWS