diff --git a/chapter06/gawk-exp.xml b/chapter06/gawk-exp.xml deleted file mode 100644 index 47da69290..000000000 --- a/chapter06/gawk-exp.xml +++ /dev/null @@ -1,11 +0,0 @@ - -Command explanations - -patch -Np1 -i ../gawk-&gawk-patch-version;.patch: This -patch alters the code that determines the location of the -libexec directory. This patch will -allow us to override it by passing --libexecdir to the -configure script. - - - diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml index 7bb1ebe05..2fcdd6ad7 100644 --- a/chapter06/gawk-inst.xml +++ b/chapter06/gawk-inst.xml @@ -1,15 +1,28 @@ +   + Installation of Gawk This package requires its patch to be applied before you can -install it. +install it. Issue the following command to apply the patch: -Install Gawk by running the following commands: +patch -Np1 -i ../gawk-&gawk-patch-version;.patch -patch -Np1 -i ../gawk-&gawk-patch-version;.patch && -./configure --prefix=/usr --libexecdir=/usr/bin && -make && -make install +This patch alters the code that determines the location of the +libexec directory. The patch will allow us to override it by passing +--libexecdir to the configure script. + +Prepare Texinfo to be compiled: + +./configure --prefix=/usr --libexecdir=/usr/bin + +Continue with compiling the package: + +make + +Finish installing the package: + +make install diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index e824fc9d2..15d58ccf9 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -5,10 +5,9 @@ Estimated build time: &gawk-time; Estimated required disk space: &gawk-compsize; -&c6-gawk-inst; -&c6-gawk-exp; -&aa-gawk-desc; +&aa-gawk-shortdesc; &aa-gawk-dep; +&c6-gawk-inst;