mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
sgml-common patch and whois upgrade
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1544 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7b0dcdeddd
commit
36350dabd7
@ -2,7 +2,7 @@
|
||||
<!ENTITY whois-intro SYSTEM "whois-intro.xml">
|
||||
<!ENTITY whois-inst SYSTEM "whois-inst.xml">
|
||||
<!ENTITY whois-desc SYSTEM "whois-desc.xml">
|
||||
<!ENTITY whois-version "4.6.7">
|
||||
<!ENTITY whois-version "4.6.8">
|
||||
<!ENTITY whois-download-http "http://www.linux.it/~md/software/whois_&whois-version;.tar.gz">
|
||||
<!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
|
||||
<!ENTITY whois-size "46 KB">
|
||||
|
@ -11,6 +11,10 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 22nd, 2003 [tushar]: Updated to whois 4.6.8.</para></listitem>
|
||||
|
||||
<listitem><para>November 22nd, 2003 [tushar]: Added sgml-common patch.</para></listitem>
|
||||
|
||||
<listitem><para>November 21st, 2003 [igor]: Updated to
|
||||
XFce-4.0.1.</para></listitem>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
<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 regenrate the files.</para>
|
||||
|
||||
<screen><userinput><command>aclocal ; automake -acf ; autoconf</command></userinput></screen>
|
||||
<screen><userinput><command>aclocal &&
|
||||
automake -acf &&
|
||||
autoconf</command></userinput></screen>
|
||||
|
||||
<para>Install <application><acronym>SGML</acronym> Common</application> by
|
||||
running the following commands:</para>
|
||||
@ -12,7 +18,6 @@ running the following commands:</para>
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man &&
|
||||
make &&
|
||||
make install &&
|
||||
install -m 644 doc/man/*.8 /usr/share/man/man8/ &&
|
||||
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 \
|
||||
|
@ -18,5 +18,9 @@ url="&sgml-common-download-ftp;"/></para></listitem>
|
||||
&sgml-common-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional downloads</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Required Patch: <ulink url="&patch-root;/sgml-common-&sgml-common-version;-manpage-1.patch"/></para></listitem>
|
||||
</itemizedlist></sect3>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user