Ignore:
Timestamp:
04/17/2006 06:48:41 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
0045775
Parents:
aa0ca26
Message:

Removed creation of xsl-stylesheets-current symlink.
Removed obsolete commented stuff.
Fixed typo and traling space clean-up in changelog.xml.

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

File:
1 edited

Legend:

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

    raa0ca26 rfcfda3f  
    171171    /etc/xml/catalog</userinput></screen>
    172172
     173<!-- Commented uot until be sure that there is no objetions from any of the
     174     {C,H}LFS editors
     175
    173176      <para>If you will be using the stylesheets from this installation to
    174177      render the LFS and HLFS SVN books, then you need to create a symbolic
     
    179182<screen role="root"><userinput>ln -v -sfn xsl-stylesheets-1.69.1 \
    180183    /usr/share/xml/docbook/xsl-stylesheets-current</userinput></screen>
    181 
    182 <!-- The following removed as recommended by Manuel
    183 
    184 if [ ! -f /etc/xml/catalog ]; then
    185     xmlcatalog -\-noout -\-create /etc/xml/catalog
    186 fi &amp;&amp;
    187 
    188 xmlcatalog -\-noout -\-add "delegateSystem" \
    189     "http://docbook.sourceforge.net/release/xsl/" \
    190     "file:///etc/xml/docbook" \
    191     /etc/xml/catalog &amp;&amp;
    192 xmlcatalog -\-noout -\-add "delegateURI" \
    193     "http://docbook.sourceforge.net/release/xsl/" \
    194     "file:///etc/xml/docbook" \
    195     /etc/xml/catalog</userinput></screen>
    196 
    197       <para>The system profile needs to be updated to utilize the new installed
    198       catalog. This can be done with the following command:<para>
    199 
    200 <screen role="root"><userinput>cat &gt; /etc/profile.d/xsl.sh &lt;&lt; "EOF"
    201 <literal># Set up Environment Variable for XSL Processing
    202 export XML_CATALOG_FILES="/usr/share/xml/docbook/\
    203 xsl-stylesheets-&docbook-xsl-version;/catalog.xml /etc/xml/catalog"</literal>
    204 EOF</userinput></screen>
    205 
    206       <para>The above installation script creates the files and updates the
    207       catalog with the current version of the XML stylesheets. Some project
    208       stylesheets reference specific versions of XSL stylesheets, like BLFS-6.0,
    209       which needs the 1.67.2 version. The following commands can serve as an
    210       example for using a single XSL version to support any hard coded
    211       versions, as needed. Use the following as an example to use the current
    212       version of the stylesheets for the 1.67.2 version. Edit or add to the
    213       commands to suit your particular needs. Issue the commands as the
    214       <systemitem class="username">root</systemitem> user:</para>
    215 
    216 <screen role="root"><userinput>xmlcatalog -\-noout -\-add "rewriteSystem" \
    217     "http://docbook.sourceforge.net/release/xsl/1.67.2" \
    218     "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
    219     /etc/xml/catalog &amp;&amp;
    220 xmlcatalog -\-noout -\-add "rewriteURI" \
    221     "http://docbook.sourceforge.net/release/xsl/1.67.2" \
    222     "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
    223     /etc/xml/catalog</userinput></screen>
    224 
    225184-->
    226185
Note: See TracChangeset for help on using the changeset viewer.