Ignore:
Timestamp:
02/16/2005 12:43:57 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b3811e1
Parents:
0f85be2
Message:

Added md5sums to Chapter 42-44 package instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3474 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/docbook-xsl.xml

    r0f85be2 rc2a37a6  
    66  <!ENTITY docbook-xsl-download-http "http://prdownloads.sourceforge.net/docbook/docbook-xsl-&docbook-xsl-version;.tar.bz2">
    77  <!ENTITY docbook-xsl-download-ftp  " ">
     8  <!ENTITY docbook-xsl-md5sum        "deb1864e3e190465dcc26145d2667a84">
    89  <!ENTITY docbook-xsl-size          "975 KB">
    910  <!ENTITY docbook-xsl-buildsize     "25 MB">
     
    1112]>
    1213
    13 <sect1 id="docbook-xsl" xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
     14<sect1 id="docbook-xsl"
     15xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
    1416<sect1info>
    1517<othername>$LastChangedBy$</othername>
     
    3335<listitem><para>Download (FTP): <ulink
    3436url="&docbook-xsl-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &docbook-xsl-md5sum;</para></listitem>
    3538<listitem><para>Download size: &docbook-xsl-size;</para></listitem>
    3639<listitem><para>Estimated disk space required:
     
    120123as an example for using a single <acronym>XSL</acronym> version to support
    121124any hard coded versions, as needed.</para>
     125
    122126<screen><userinput><command>xmlcatalog --noout --add "rewriteSystem" \
    123127    "http://docbook.sourceforge.net/release/xsl/1.65.1" \
     
    128132    "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
    129133    /etc/xml/catalog</command></userinput></screen>
     134
    130135<para>Alternatively, other versions can be installed in their own
    131136versioned directories and catalog entries made in the following
    132137form:</para>
     138
    133139<screen><userinput><command>xmlcatalog --noout --add "rewriteSystem" \
    134140    "http://docbook.sourceforge.net/release/xsl/<replaceable>[version]</replaceable>" \
     
    139145    "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>" \
    140146    /etc/xml/catalog</command></userinput></screen>
     147
    141148<!-- The following is very specific to LFS 6.0, the first sentence for
    142149make and the remainder for 'make pdf', If it stays, it needs to be removed
    143150after BLFS 6.0-->
     151
    144152<para>For <acronym>LFS</acronym> 6.0, version 1.65.1 of this package should be
    145153installed.  In addition, you need to make a symbolic link as described in the
     
    158166<segtitle>Installed Directories</segtitle>
    159167<seglistitem><seg><acronym>XSL</acronym>
    160 style sheets for <acronym>HTML</acronym> and <acronym>FO</acronym>.</seg>
     168style sheets for <acronym>HTML</acronym> and <acronym>FO</acronym></seg>
    161169<seg>/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; and
    162170/usr/share/doc/xml</seg>
Note: See TracChangeset for help on using the changeset viewer.