aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-12-28 22:09:35 +0000
committerGuy Harris <guy@alum.mit.edu>2009-12-28 22:09:35 +0000
commit6c58478023feb0a8243ea332e256367af5107eb4 (patch)
tree482248a3e78290cd398e387e374189d38b0fee98 /docbook
parent68cf37f81b47ecae43c7791a2505d9d57ef24587 (diff)
downloadwireshark-6c58478023feb0a8243ea332e256367af5107eb4.tar.gz
wireshark-6c58478023feb0a8243ea332e256367af5107eb4.tar.bz2
wireshark-6c58478023feb0a8243ea332e256367af5107eb4.zip
Give some information on whence xsltproc and xmllint come. Note that
they're both part of OS X Panther and later. svn path=/trunk/; revision=31377
Diffstat (limited to 'docbook')
-rw-r--r--docbook/README.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/docbook/README.txt b/docbook/README.txt
index c8a50c6b6d..27f0b06720 100644
--- a/docbook/README.txt
+++ b/docbook/README.txt
@@ -57,13 +57,18 @@ http://docbook.sourceforge.net/
xsltproc
--------
-The XSL processor xsltproc.
-(available as a package for Linux / Cygwin)
+The XSL processor xsltproc. Part of libxslt:
+http://xmlsoft.org/xslt/
+Available as a package for Linux / Cygwin.
+Supplied with Mac OS X Panther and later.
xmllint
-------
Needed to validate if the .xml files conform to the Docbook/XML DTD.
-(available as a package for Linux / Cygwin)
+Part of libxml2:
+http://xmlsoft.org/
+Available as a package for Linux / Cygwin.
+Supplied with Mac OS X Panther and later.
FOP processor (for PDF generation only)
---------------------------------------