diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,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 + - additionally create a link from + /usr/share/xml/docbook/xsl-stylesheets-1.65.1 to + /usr/share/xml/docbook/xsl-stylesheets-current + + cd /usr/share/xml/docbook/ && + ln -s xsl-stylesheets-1.65.1 xsl-stylesheets-current * HTMLTidy - http://tidy.sourceforge.net/ |