Changeset 36350dab
- Timestamp:
- 11/22/2003 06:10:18 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- dea5ffaf
- Parents:
- 7b0dcde
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netutils/whois/whois.ent
r7b0dcde r36350dab 3 3 <!ENTITY whois-inst SYSTEM "whois-inst.xml"> 4 4 <!ENTITY whois-desc SYSTEM "whois-desc.xml"> 5 <!ENTITY whois-version "4.6. 7">5 <!ENTITY whois-version "4.6.8"> 6 6 <!ENTITY whois-download-http "http://www.linux.it/~md/software/whois_&whois-version;.tar.gz"> 7 7 <!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> -
introduction/welcome/changelog.xml
r7b0dcde r36350dab 11 11 12 12 <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> 13 17 14 18 <listitem><para>November 21st, 2003 [igor]: Updated to -
pst/sgml/sgml-common/sgml-common-inst.xml
r7b0dcde r36350dab 1 1 <sect2> 2 2 <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> 3 7 4 8 <para>The autotools files included along with sgml-common are old. Use the following 5 9 commands to regenrate the files.</para> 6 10 7 <screen><userinput><command>aclocal ; automake -acf ; autoconf</command></userinput></screen> 11 <screen><userinput><command>aclocal && 12 automake -acf && 13 autoconf</command></userinput></screen> 8 14 9 15 <para>Install <application><acronym>SGML</acronym> Common</application> by … … 13 19 make && 14 20 make install && 15 install -m 644 doc/man/*.8 /usr/share/man/man8/ &&16 21 install-catalog --add /etc/sgml/sgml-ent.cat \ 17 22 /usr/share/sgml/sgml-iso-entities-8879.1986/catalog && -
pst/sgml/sgml-common/sgml-common-intro.xml
r7b0dcde r36350dab 19 19 </sect3> 20 20 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> 21 25 22 26 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.