aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/gawk.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 857e4d349..afc2f27fb 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2008-10-11</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added documentation installation commands to the
+ Chapter 6 Gawk instructions.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added commands to the Chapter 6 Flex instructions
to install a .pdf doc file.</para>
</listitem>
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml
index 3c5c4b28e..04ee8ae5b 100644
--- a/chapter06/gawk.xml
+++ b/chapter06/gawk.xml
@@ -56,6 +56,12 @@
<screen><userinput remap="install">make install</userinput></screen>
+ <para>If desired, install the documentation:</para>
+
+<screen><userinput remap="install">mkdir -v /usr/share/doc/gawk-&gawk-version;
+cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} \
+ /usr/share/doc/gawk-&gawk-version;</userinput></screen>
+
</sect2>
<sect2 id="contents-gawk" role="content">