Changeset b4b813f for pst


Ignore:
Timestamp:
04/01/2005 11:38:55 PM (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.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:
e145553
Parents:
9c9fb93c
Message:

Updated to DocBook XSL Stylesheets-1.68.1

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

File:
1 edited

Legend:

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

    r9c9fb93c rb4b813f  
    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">
    9   <!ENTITY docbook-xsl-size          "975 KB">
    10   <!ENTITY docbook-xsl-buildsize     "25 MB">
     8  <!ENTITY docbook-xsl-md5sum        "f4985efbc0f3411af8106928f8752fc5">
     9  <!ENTITY docbook-xsl-size          "967 KB">
     10  <!ENTITY docbook-xsl-buildsize     "26.4 MB">
    1111  <!ENTITY docbook-xsl-time          "0.01 SBU">
    1212]>
     
    2020<?dbhtml filename="docbook-xsl.html"?>
    2121<title>DocBook XSL Stylesheets-&docbook-xsl-version;</title>
     22<indexterm zone="docbook-xsl">
     23<primary sortas="a-DocBook-XSL-Stylesheets">DocBook XSL
     24Stylesheets</primary></indexterm>
    2225
    2326<sect2>
     
    5760
    5861<para>Install <application>DocBook <acronym>XSL</acronym>
    59 Stylesheets</application> by running the following commands:</para>
    60 
    61 <screen><userinput><command>install -d /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
     62Stylesheets</application> by running the following commands as the root
     63user:</para>
     64
     65<screen><userinput role='root'><command>install -v -d -m755 /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
     66install -v -d -m755 /etc/xml &amp;&amp;
    6267chown -R root:root . &amp;&amp;
    63 cp -af INSTALL VERSION common eclipse extensions fo html htmlhelp \
     68cp -v -af INSTALL VERSION common eclipse extensions fo html htmlhelp \
    6469    images javahelp lib manpages params profiling template xhtml \
    6570    /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
    66 install -d /usr/share/doc/xml &amp;&amp;
    67 cp -af doc/* /usr/share/doc/xml &amp;&amp;
     71install -v -d -m755 /usr/share/doc/xml &amp;&amp;
     72cp -v -af doc/* /usr/share/doc/xml &amp;&amp;
    6873cd /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
    69 sh INSTALL &amp;&amp;
    70 if [ ! -f /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog \
    71     --noout --create /etc/xml/catalog; fi &amp;&amp;
    72 if [ ! -e /etc/xml/docbook ]; then xmlcatalog --noout --create \
    73     /etc/xml/docbook; fi &amp;&amp;
     74sh INSTALL</command></userinput></screen>
     75
     76<para>Create (or append to) and populate the <acronym>XML</acronym> catalog
     77files using the following commands as the root user:</para>
     78
     79<screen><userinput role='root'><command>if [ ! -f /etc/xml/catalog ]; then
     80    xmlcatalog --noout --create /etc/xml/catalog
     81fi &amp;&amp;
     82if [ ! -f /etc/xml/docbook ]; then
     83    xmlcatalog --noout --create /etc/xml/docbook
     84fi &amp;&amp;
    7485xmlcatalog --noout --add "rewriteSystem" \
    7586    "http://docbook.sourceforge.net/release/xsl/&docbook-xsl-version;" \
    76     "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" /etc/xml/catalog &amp;&amp;
     87    "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
     88    /etc/xml/catalog &amp;&amp;
    7789xmlcatalog --noout --add "rewriteURI" \
    7890    "http://docbook.sourceforge.net/release/xsl/&docbook-xsl-version;" \
    79     "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" /etc/xml/catalog &amp;&amp;
     91    "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
     92    /etc/xml/catalog &amp;&amp;
     93xmlcatalog --noout --add "rewriteSystem" \
     94    "http://docbook.sourceforge.net/release/xsl/current" \
     95    "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
     96    /etc/xml/catalog &amp;&amp;
     97xmlcatalog --noout --add "rewriteURI" \
     98    "http://docbook.sourceforge.net/release/xsl/current" \
     99    "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
     100    /etc/xml/catalog &amp;&amp;
    80101xmlcatalog --noout --add "delegateSystem" \
    81102    "http://docbook.sourceforge.net/release/xsl/" \
    82     "file:///etc/xml/docbook" /etc/xml/catalog &amp;&amp;
     103    "file:///etc/xml/docbook" \
     104    /etc/xml/catalog &amp;&amp;
    83105xmlcatalog --noout --add "delegateURI" \
    84106    "http://docbook.sourceforge.net/release/xsl/" \
    85     "file:///etc/xml/docbook" /etc/xml/catalog</command></userinput></screen>
     107    "file:///etc/xml/docbook" \
     108    /etc/xml/catalog</command></userinput></screen>
    86109
    87110</sect2>
     
    94117
    95118</sect2>
    96 
    97119
    98120<sect2>
     
    119141<para>The above installation script creates the files and updates the
    120142catalog. Some project stylesheets reference specific versions of
    121 <acronym>XSL</acronym> stylesheets, like <acronym>BLFS</acronym>, which
    122 needs the following additional commands.  These commands can also serve
     143<acronym>XSL</acronym> stylesheets, like <acronym>BLFS</acronym>-6.0, which
     144needs the 1.67.2 version.  The following commands can also serve
    123145as an example for using a single <acronym>XSL</acronym> version to support
    124 any hard coded versions, as needed.</para>
    125 
    126 <screen><userinput><command>xmlcatalog --noout --add "rewriteSystem" \
    127     "http://docbook.sourceforge.net/release/xsl/1.65.1" \
    128     "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
    129     /etc/xml/catalog &amp;&amp;
    130 xmlcatalog --noout --add "rewriteURI" \
    131     "http://docbook.sourceforge.net/release/xsl/1.65.1" \
    132     "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
    133     /etc/xml/catalog</command></userinput></screen>
     146any hard coded versions, as needed. Ensure you modify the
     147<command>for</command> command below to only include the stylesheet versions
     148you desire (remove references to stylesheet versions you have installed, or
     149plan to install). Issue the following commands as the root user:</para>
     150
     151<screen><userinput><command>for XSLVERSION in 1.61.3 1.65.1 1.66.1 1.67.0 1.67.2 1.68.0
     152do
     153  xmlcatalog --noout --add "rewriteSystem" \
     154    "http://docbook.sourceforge.net/release/xsl/$XSLVERSION" \
     155    "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
     156    /etc/xml/catalog
     157  xmlcatalog --noout --add "rewriteURI" \
     158    "http://docbook.sourceforge.net/release/xsl/$XSLVERSION" \
     159    "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \
     160    /etc/xml/catalog
     161done</command></userinput></screen>
    134162
    135163<para>Alternatively, other versions can be installed in their own
     
    146174    /etc/xml/catalog</command></userinput></screen>
    147175
    148 <!-- The following is very specific to LFS 6.0, the first sentence for
     176<!--
     177The following is very specific to LFS 6.0, the first sentence for
    149178make and the remainder for 'make pdf', If it stays, it needs to be removed
    150 after BLFS 6.0-->
     179after BLFS 6.0
    151180
    152181<para>For <acronym>LFS</acronym> 6.0, version 1.65.1 of this package should be
     
    155184<screen><userinput><command>cd /usr/share/xml/docbook/ &amp;&amp;
    156185ln -s xsl-stylesheets-1.65.1 xsl-stylesheets-current</command></userinput></screen>
    157 
     186 -->
    158187</sect3>
    159188
     
    162191<sect2>
    163192<title>Contents</title>
     193
    164194<segmentedlist>
     195<segtitle>Installed Programs</segtitle>
     196<segtitle>Installed Libraries</segtitle>
    165197<segtitle>Installed Files</segtitle>
    166198<segtitle>Installed Directories</segtitle>
    167 <seglistitem><seg><acronym>XSL</acronym>
    168 style sheets for <acronym>HTML</acronym> and <acronym>FO</acronym></seg>
     199
     200<seglistitem>
     201<seg>None</seg>
     202<seg>None</seg>
     203<seg><acronym>XSL</acronym> style sheets for <acronym>HTML</acronym> and
     204<acronym>FO</acronym></seg>
    169205<seg>/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; and
    170206/usr/share/doc/xml</seg>
Note: See TracChangeset for help on using the changeset viewer.