Ignore:
Timestamp:
10/19/2004 03:12:19 AM (20 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:
6e01862c
Parents:
04af8b24
Message:

Misc corrections and updates to SGML files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/sgml/sgml-dtd-3.xml

    r04af8b24 rb650556  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY sgml-dtd-3-download-http "http://www.docbook.org/sgml/3.1/docbk31.zip">
    77  <!ENTITY sgml-dtd-3-download-ftp  "ftp://ftp.kde.org/pub/kde/devel/docbook/SOURCES/docbk31.zip">
     
    4646<acronym>DTD</acronym></application> dependencies</title>
    4747<sect4><title>Required</title>
    48 <para><xref linkend="sgml-common"/> and <xref linkend="unzip"/></para></sect4>
     48<para><xref linkend="sgml-common"/> and <xref linkend="unzip"/></para>
     49</sect4>
    4950</sect3>
    5051
     
    6061<acronym>DTD</acronym></application> by running the following commands:</para>
    6162
    62 <screen><userinput><command>sed -i -e '/ISO 8879/d' docbook.cat &amp;&amp;
    63 sed -i -e 's|DTDDECL "-//OASIS//DTD DocBook V&sgml-dtd-3-version;//EN"|SGMLDECL|g' \
     63<screen><userinput><command>sed -i -e '/ISO 8879/d' \
     64    -e 's|DTDDECL "-//OASIS//DTD DocBook V&sgml-dtd-3-version;//EN"|SGMLDECL|g' \
    6465    docbook.cat &amp;&amp;
    6566install -d /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version; &amp;&amp;
    6667chown -R root:root . &amp;&amp;
    67 chmod -R 755 . &amp;&amp;
    6868install docbook.cat /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &amp;&amp;
    6969cp -af *.dtd *.mod *.dcl /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version; &amp;&amp;
     
    103103<acronym>SGML</acronym> <acronym>DTD</acronym></application> requires the
    104104following:</para>
     105
    105106<screen><userinput><command>cat &gt;&gt; /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &lt;&lt; "EOF"</command>
    106107  -- Begin Single Major Version catalog changes --
Note: See TracChangeset for help on using the changeset viewer.