Explorar o código

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
Randy McMurchy %!s(int64=17) %!d(string=hai) anos
pai
achega
f72850c0db
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  1. 4 0
      chapter01/changelog.xml
  2. 6 0
      chapter06/gawk.xml

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <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>

+ 6 - 0
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">