diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-20 14:04:39 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-20 14:04:39 +0000 |
commit | a942c0a2714f3579b07eba10add7ad631b9fb91a (patch) | |
tree | e12aad9239d582a190395b6ddb818d926d911ded /INSTALL | |
parent | 1baa579d9de705c6c15261dcfb681c622ae61cf2 (diff) |
Use a configurable XSLROOTDIR to point to the DocBook XSL stylesheets
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3825 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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/ |