diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2004-12-02 18:44:59 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2004-12-02 18:44:59 +0000 |
commit | c4683bf1113bcfb1dcdb7178c80d1b2a1484e0f5 (patch) | |
tree | 9467b2acc1c89de85aa7621a840ba97ff075869e | |
parent | 800abab20b1c2a5fc533f159d0f475cf696e190f (diff) |
Hardcoded xsl-stylesheets version to a guaranteed known working version
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,10 +20,10 @@ If all you want to do is convert XML to HTML perform the following: * DocBook DTD - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html -* DocBook XSL Stylesheets +* DocBook XSL Stylesheets (1.67.0) - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html - additionally create a link from - /usr/share/xml/docbook/xsl-stylesheets-[version] to + /usr/share/xml/docbook/xsl-stylesheets-1.67.0 to /usr/share/xml/docbook/xsl-stylesheets-current ln -s xsl-stylesheets-[version] /usr/share/xml/docbook/xsl-stylesheets-current |