diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-09 02:52:58 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-09 02:52:58 +0000 |
commit | d7abb6865b4f4e08be3b17582ef64eb8dae1d379 (patch) | |
tree | 98f162621f5f1b320f47555e53b9ebbb5758bdd7 /appendixa | |
parent | a3b46b9a469287a79b930e491c7145374dd70da9 (diff) |
Updated to the following
packages: autoconf-2.53, automake-1.6, bin86-0.16.2, bison-1.33,
bzip2-1.0.2, e2fsprogs-1.27, gawk-3.1.0, gettext-0.11, less-374, lilo-22.2,
linux-2.4.18, man-pages-1.48, modutils-2.4.14, reiserfsprogs-3.x.1b,
shadow-4.0.2, texinfo-4.1, util-linux-2.11o
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/appendixa.xml | 2 | ||||
-rw-r--r-- | appendixa/mawk-dep.xml | 20 | ||||
-rw-r--r-- | appendixa/mawk-desc.xml | 21 | ||||
-rw-r--r-- | appendixa/mawk-down.xml | 6 | ||||
-rw-r--r-- | appendixa/mawk.xml | 10 |
5 files changed, 1 insertions, 58 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index d457c4ed7..51f8abd3d 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -35,7 +35,7 @@ &aa-makedev; &aa-man; &aa-manpages; -&aa-mawk; +&aa-gawk; &aa-modutils; &aa-ncurses; &aa-netkitbase; diff --git a/appendixa/mawk-dep.xml b/appendixa/mawk-dep.xml deleted file mode 100644 index b25309d7c..000000000 --- a/appendixa/mawk-dep.xml +++ /dev/null @@ -1,20 +0,0 @@ -<sect2> -<title>Dependencies</title> - -<para>Mawk-&mawk-depversion; needs the following to be installed:</para> - -<literallayout> -bash: sh -fileutils: chmod, cp, ln, rm -binutils: as, ld -diffutils: cmp -gcc: cc1, collect2, cpp0, gcc -grep: egrep, grep -make: make -sed: sed -sh-utils: hostname, tee -textutils: cat, tr -</literallayout> - -</sect2> - diff --git a/appendixa/mawk-desc.xml b/appendixa/mawk-desc.xml deleted file mode 100644 index 130f796b0..000000000 --- a/appendixa/mawk-desc.xml +++ /dev/null @@ -1,21 +0,0 @@ -<sect2><title>Contents of mawk-&mawk-contversion;</title> - -<sect3><title>Program Files</title> -<para>awk (link to mawk) and mawk</para></sect3> - -<sect3><title>Descriptions</title> - -<sect4><title>awk</title> -<para>awk is symlinked to mawk for programs which just look for any -generic awk.</para></sect4> - -<sect4><title>mawk</title> -<para>Mawk is an interpreter for the AWK Programming Language. The AWK -language is useful for manipulation of data files, text retrieval and -processing, and for prototyping and experimenting -with algorithms.</para></sect4> - -</sect3> - -</sect2> - diff --git a/appendixa/mawk-down.xml b/appendixa/mawk-down.xml deleted file mode 100644 index 744a908f5..000000000 --- a/appendixa/mawk-down.xml +++ /dev/null @@ -1,6 +0,0 @@ -<sect2> -<title>Official Download Location</title> - -<para><literallayout>Mawk (&mawk-version;): -<ulink url="ftp://ftp.whidbey.net/pub/brennan/">ftp://ftp.whidbey.net/pub/brennan/</ulink></literallayout></para> -</sect2> diff --git a/appendixa/mawk.xml b/appendixa/mawk.xml deleted file mode 100644 index 4d4990f7d..000000000 --- a/appendixa/mawk.xml +++ /dev/null @@ -1,10 +0,0 @@ -<sect1 id="aa-mawk"> -<title>Mawk</title> -<?dbhtml filename="mawk.html" dir="appendixa"?> - -&aa-mawk-down; -&aa-mawk-desc; -&aa-mawk-dep; - -</sect1> - |