aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-11 14:55:49 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-11 14:55:49 +0000
commitf72850c0dba8cef836a9b8999f33c47c0cd81cd6 (patch)
tree676aa177f1fdb11e372568f3cdbec9900e7fb858
parent3395f06d8b7abf3b3bd4883f3e0aa70bc957291c (diff)
Added documentation installation commands to the Chapter 6 Gawk instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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">