# HG changeset patch # User diego # Date 1280306325 0 # Node ID 6a701db99f5b4c94558399297cd407cd92049760 # Parent 44a63a5a31752d5654e7c1d7762ffd837000a146 Remove instructions for installing XML/XSL packages from source. This information is outside the scope of this README file. diff -r 44a63a5a3175 -r 6a701db99f5b DOCS/xml/README --- a/DOCS/xml/README Wed Jul 28 08:04:42 2010 +0000 +++ b/DOCS/xml/README Wed Jul 28 08:38:45 2010 +0000 @@ -20,42 +20,6 @@ docbook-xml, docbook-xsl, xsltproc, libxml2-utils -Installing the required tools from source -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -1) Download libxslt AND libxml2 packages from - http://xmlsoft.org/XSLT/downloads.html - - Installing them should be straightforward, execute the usual "./configure" - and "make" then "make install" commands. - - -2) Download the docbook-xml package from http://www.oasis-open.org/docbook/xml/ - Use the newest version. The URL will be something like this: - - http://www.oasis-open.org/docbook/xml/4.2/docbook-xml-4.2.zip - - Extract this package into a directory, enter it, and execute the following - commands: - - mkdir -p /usr/share/sgml/docbook/dtd/xml/4.2/ - cp -r * /usr/share/sgml/docbook/dtd/xml/4.2/ - - -3) Download the docbook-xsl package from - http://prdownloads.sourceforge.net/docbook/ - - Use the newest version. The URL will be something like this: - - http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.62.0.tar.gz - - Extract this package into a directory, enter it, and execute the following - commands: - - mkdir -p /usr/share/sgml/docbook/stylesheet/xsl/nwalsh - cp -r VERSION common html lib /usr/share/sgml/docbook/stylesheet/xsl/nwalsh - - Building the documentation ~~~~~~~~~~~~~~~~~~~~~~~~~~