2003-10-04 16:01:46 +08:00
|
|
|
<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' \
|
2004-04-19 21:28:39 +08:00
|
|
|
docbook.cat.orig > docbook.cat</command></screen>
|
2003-10-04 16:01:46 +08:00
|
|
|
This command replaces the DTDDECL catalog entry, which is not supported
|
|
|
|
by Linux <acronym>SGML</acronym> tools, with the SGMLDECL catalog entry.</para>
|
|
|
|
|
|
|
|
</sect2>
|