mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
914e090226
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1549 af4574ff-66df-0310-9fd7-8a98e5e911e0
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<sect2>
|
|
<title>Installation of <application><acronym>SGML</acronym> Common</application></title>
|
|
|
|
<para>First apply the patch</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch</command></userinput></screen>
|
|
|
|
<para>The autotools files included along with sgml-common are old. Use the following
|
|
commands to regenerate the files.</para>
|
|
|
|
<screen><userinput><command>aclocal &&
|
|
automake -acf &&
|
|
autoconf</command></userinput></screen>
|
|
|
|
<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>
|