Changeset 5d34b74 for pst/xml


Ignore:
Timestamp:
01/13/2005 06:13:29 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:
104ecdc7
Parents:
47603ac1
Message:

Finished shortening the line lengths

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

Location:
pst/xml
Files:
2 edited

Legend:

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

    r47603ac1 r5d34b74  
    5858<screen><userinput><command>install -d /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
    5959chown -R root:root . &amp;&amp;
    60 cp -af INSTALL VERSION common eclipse extensions fo html htmlhelp images \
    61     javahelp lib manpages params profiling template xhtml \
     60cp -af INSTALL VERSION common eclipse extensions fo html htmlhelp \
     61    images javahelp lib manpages params profiling template xhtml \
    6262    /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
    6363install -d /usr/share/doc/xml &amp;&amp;
     
    6565cd /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
    6666sh INSTALL &amp;&amp;
    67 if [ ! -f /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog --noout \
    68     --create /etc/xml/catalog; fi &amp;&amp;
     67if [ ! -f /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog \
     68    --noout --create /etc/xml/catalog; fi &amp;&amp;
    6969if [ ! -e /etc/xml/docbook ]; then xmlcatalog --noout --create \
    7070    /etc/xml/docbook; fi &amp;&amp;
     
    110110<screen><userinput><command>cat &gt; /etc/profile.d/xsl.sh &lt;&lt; "EOF"</command>
    111111# Set up Environment Variable for XSL Processing
    112 export XML_CATALOG_FILES="/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;/catalog.xml /etc/xml/catalog"
     112export XML_CATALOG_FILES="/usr/share/xml/docbook/\
     113xsl-stylesheets-&docbook-xsl-version;/catalog.xml /etc/xml/catalog"
    113114<command>EOF</command></userinput></screen>
    114115
  • pst/xml/docbook.xml

    r47603ac1 r5d34b74  
    6262<screen><userinput><command>install -d /usr/share/xml/docbook/xml-dtd-&DocBook-version; &amp;&amp;
    6363chown -R root:root . &amp;&amp;
    64 cp -af docbook.cat *.dtd ent/ *.mod /usr/share/xml/docbook/xml-dtd-&DocBook-version; &amp;&amp;
    65 if [ ! -e /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog --noout \
    66     --create /etc/xml/catalog; fi &amp;&amp;
     64cp -af docbook.cat *.dtd ent/ *.mod \
     65    /usr/share/xml/docbook/xml-dtd-&DocBook-version; &amp;&amp;
     66if [ ! -e /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog \
     67    --noout --create /etc/xml/catalog; fi &amp;&amp;
    6768if [ ! -e /etc/xml/docbook ]; then xmlcatalog --noout --create \
    6869    /etc/xml/docbook; fi &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.