aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-27 18:20:52 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-27 18:20:52 +0000
commit00457f099c8ce16856cdcd4d309f002e00d15713 (patch)
treec2b1955e330047479e3498073e3f9a6f695418e5 /docbook
parent89bd12dd69ca2ea24a68b6a7d6afd472c1ea4bcd (diff)
Copy over r28507 from /trunk-1.2.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28508 f5534014-38df-0310-8fa8-9805f1628bb7
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