Changeset 36350dab


Ignore:
Timestamp:
11/22/2003 06:10:18 PM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dea5ffaf
Parents:
7b0dcde
Message:

sgml-common patch and whois upgrade

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1544 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/whois/whois.ent

    r7b0dcde r36350dab  
    33<!ENTITY whois-inst SYSTEM "whois-inst.xml">
    44<!ENTITY whois-desc SYSTEM "whois-desc.xml">
    5 <!ENTITY whois-version "4.6.7">
     5<!ENTITY whois-version "4.6.8">
    66<!ENTITY whois-download-http "http://www.linux.it/~md/software/whois_&whois-version;.tar.gz">
    77<!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
  • introduction/welcome/changelog.xml

    r7b0dcde r36350dab  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>November 22nd, 2003 [tushar]: Updated to whois 4.6.8.</para></listitem>
     15
     16<listitem><para>November 22nd, 2003 [tushar]: Added sgml-common patch.</para></listitem>
    1317
    1418<listitem><para>November 21st, 2003 [igor]: Updated to
  • pst/sgml/sgml-common/sgml-common-inst.xml

    r7b0dcde r36350dab  
    11<sect2>
    22<title>Installation of <application><acronym>SGML</acronym> Common</application></title>
     3
     4<para>First apply the patch</para>
     5
     6<screen><userinput><command>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch</command></userinput></screen>
    37
    48<para>The autotools files included along with sgml-common are old. Use the following
    59commands to regenrate the files.</para>
    610
    7 <screen><userinput><command>aclocal ; automake -acf ; autoconf</command></userinput></screen>
     11<screen><userinput><command>aclocal &amp;&amp;
     12automake -acf &amp;&amp;
     13autoconf</command></userinput></screen>
    814
    915<para>Install <application><acronym>SGML</acronym> Common</application> by
     
    1319make &amp;&amp;
    1420make install &amp;&amp;
    15 install -m 644 doc/man/*.8 /usr/share/man/man8/ &amp;&amp;
    1621install-catalog --add /etc/sgml/sgml-ent.cat \
    1722/usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
  • pst/sgml/sgml-common/sgml-common-intro.xml

    r7b0dcde r36350dab  
    1919</sect3>
    2020
     21<sect3><title>Additional downloads</title>
     22<itemizedlist spacing='compact'>
     23<listitem><para>Required Patch: <ulink url="&patch-root;/sgml-common-&sgml-common-version;-manpage-1.patch"/></para></listitem>
     24</itemizedlist></sect3>
    2125
    2226</sect2>
Note: See TracChangeset for help on using the changeset viewer.