Changeset c3f7012


Ignore:
Timestamp:
01/03/2005 04:41:21 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
ea66eb9
Parents:
1f2827e4
Message:

Testing use the BLFS-SVN instructions for DocBook-XSL installation.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4484 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r1f2827e4 rc3f7012  
    2121  - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
    2222
    23 * DocBook XSL Stylesheets (1.67.2)
    24   install -d /usr/share/xml/docbook/xsl-stylesheets-1.67.2
    25   chown -R root:root .
    26   cp -af INSTALL VERSION common eclipse extensions fo html htmlhelp images \
    27     javahelp lib manpages params profiling template xhtml \
    28     /usr/share/xml/docbook/xsl-stylesheets-1.67.2
    29   install -d /usr/share/doc/xml
    30   cp -af doc/* /usr/share/doc/xml
    31   cd /usr/share/xml/docbook/xsl-stylesheets-1.67.2 && \
    32     sed -i -e 's@current/@1.67.2/@' INSTALL && \
    33     sh INSTALL
    34   xmlcatalog --noout --add "delegateURI" \
    35   "http://docbook.sourceforge.net/release/xsl/1.67.2/" \
    36   "file:///usr/share/xml/docbook/xsl-stylesheets-1.67.2/catalog.xml" \
    37   /etc/xml/catalog
    38   ln -sf xsl-stylesheets-$(VERSION) \
    39     /usr/share/xml/docbook/xsl-stylesheets-current
     23* DocBook XSL Stylesheets
     24  - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
    4025
    4126* HTMLTidy
Note: See TracChangeset for help on using the changeset viewer.