mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
23 lines
920 B
XML
23 lines
920 B
XML
|
<sect2>
|
||
|
<title>Installation of <application><acronym>SGML</acronym> Common</application></title>
|
||
|
|
||
|
<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>
|
||
|
|