aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk.xml
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 /chapter06/gawk.xml
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
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r--chapter06/gawk.xml6
1 files changed, 6 insertions, 0 deletions
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">