diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/gawk-inst.xml | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f0eecfe96..3954ac4b0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Gawk: Added the +testsuite</para></listitem> + <listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Grep: Added descriptions of configure switches courtesy of Anderson Lizardo</para></listitem> diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml index d77249ada..179b3a1d8 100644 --- a/chapter05/gawk-inst.xml +++ b/chapter05/gawk-inst.xml @@ -11,6 +11,12 @@ <para><screen><userinput>make</userinput></screen></para> +<para>This package has a testsuite available which can perform a number of +checks to ensure it built correctly. Should you choose to run it, the +following command will do so:</para> + +<para><screen><userinput>make check</userinput></screen></para> + <para>And install it:</para> <para><screen><userinput>make install</userinput></screen></para> |