diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ If all you want to do is convert XML to HTML perform the following: * DocBook XSL Stylesheets - http://www.linuxfromscratch.org/blfs/view/cvs/pst/docbook-xsl.html +* HTMLTidy + - http://tidy.sourceforge.net/ + + Installation of HTMLTidy is a simple `./configure --prefix=/usr && \ + make && make install` + ------------------------------------------------------------------------------- If you want to be able to convert the book into PDF as well, then you will need the FOP package. This takes an XSL-FO file (created with libxslt which you |