2003-10-04 16:01:46 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application><acronym>SGML</acronym> Common</application></title>
|
|
|
|
|
2003-11-23 02:10:18 +08:00
|
|
|
<para>First apply the patch</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch</command></userinput></screen>
|
|
|
|
|
2003-11-18 07:48:52 +08:00
|
|
|
<para>The autotools files included along with sgml-common are old. Use the following
|
2003-11-23 15:17:52 +08:00
|
|
|
commands to regenerate the files.</para>
|
2003-11-18 07:48:52 +08:00
|
|
|
|
2003-11-23 02:10:18 +08:00
|
|
|
<screen><userinput><command>aclocal &&
|
|
|
|
automake -acf &&
|
|
|
|
autoconf</command></userinput></screen>
|
2003-11-18 07:48:52 +08:00
|
|
|
|
2003-10-04 16:01:46 +08:00
|
|
|
<para>Install <application><acronym>SGML</acronym> Common</application> by
|
|
|
|
running the following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
install-catalog --add /etc/sgml/sgml-ent.cat \
|
|
|
|
/usr/share/sgml/sgml-iso-entities-8879.1986/catalog &&
|
|
|
|
install-catalog --add /etc/sgml/sgml-docbook.cat \
|
|
|
|
/etc/sgml/sgml-ent.cat</command></userinput></screen>
|
|
|
|
|
|
|
|
<tip><title>Update hint</title>
|
|
|
|
<para>Remove the above catalog items prior to upgrading with:
|
|
|
|
<screen><command>install-catalog --remove /etc/sgml/sgml-ent.cat \
|
|
|
|
/usr/share/sgml/sgml-iso-entities-8879.1986/catalog &&
|
|
|
|
install-catalog --remove /etc/sgml/sgml-docbook.cat \
|
|
|
|
/etc/sgml/sgml-ent.cat</command></screen></para></tip>
|
|
|
|
</sect2>
|