glfs/pst/sgml/sgml-dtd-3/sgml-dtd-3-exp.xml
Igor Živković 4962684fe2 reorganised chapter 48 directories
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1300 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-04 08:01:46 +00:00

18 lines
673 B
XML

<sect2>
<title>Command explanations</title>
<para><screen><command>cp docbook.cat docbook.cat.orig
sed -e '/ISO 8879/d' docbook.cat.orig > docbook.cat
cp docbook.cat docbook.cat.orig
sed -e '/gml/d' docbook.cat.orig > docbook.cat</command></screen>
These commands remove the ENT definitions from the catalog file.</para>
<para><screen><command>cp docbook.cat docbook.cat.orig
sed -e 's|DTDDECL "-//OASIS//DTD Docbook V&sgml-dtd-3-version;//EN"|SGMLDECL|g' \
docbook.cat.orig > docbook.cat</command></screen>
This command replaces the DTDDECL catalog entry, which is not supported
by Linux <acronym>SGML</acronym> tools, with the SGMLDECL catalog entry.</para>
</sect2>