diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-12-02 23:36:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-12-02 23:36:48 +0000 |
commit | 266a7bd267207b0d679b4f849f34b3aad892363e (patch) | |
tree | f31a6c46df4b2506962df9efad66e684f288acb3 /INSTALL | |
parent | c4683bf1113bcfb1dcdb7178c80d1b2a1484e0f5 (diff) |
* (INSTALL) Document how to install the latest known good version of the
docbook-xsl package
* (stylesheets/*.xsl) reference the latest known good version of the stylesheets
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -20,14 +20,24 @@ 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 (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-1.67.0 to +* DocBook XSL Stylesheets (1.67.2) + install -d /usr/share/xml/docbook/xsl-stylesheets-1.67.2 + chown -R root:root . + cp -af INSTALL VERSION common eclipse extensions fo html htmlhelp images \ + javahelp lib manpages params profiling template xhtml \ + /usr/share/xml/docbook/xsl-stylesheets-1.67.2 + install -d /usr/share/doc/xml + cp -af doc/* /usr/share/doc/xml + cd /usr/share/xml/docbook/xsl-stylesheets-1.67.2 && \ + sed -i -e 's@current/@1.67.2/@' INSTALL && \ + sh INSTALL + xmlcatalog --noout --add "delegateURI" \ + "http://docbook.sourceforge.net/release/xsl/1.67.2/" \ + "file:///usr/share/xml/docbook/xsl-stylesheets-1.67.2/catalog.xml" \ + /etc/xml/catalog + ln -sf xsl-stylesheets-$(VERSION) \ /usr/share/xml/docbook/xsl-stylesheets-current - ln -s xsl-stylesheets-[version] /usr/share/xml/docbook/xsl-stylesheets-current - * HTMLTidy - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy.html - you'll also need the patch at http://linuxfromscratch.org/~matthew/tidy-041026-prevent_PRE_newlines-1.patch as well. |