mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
3395f06d8b
commit
f72850c0db
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-11</para>
|
<para>2008-10-11</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Added documentation installation commands to the
|
||||||
|
Chapter 6 Gawk instructions.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Added commands to the Chapter 6 Flex instructions
|
<para>[randy] - Added commands to the Chapter 6 Flex instructions
|
||||||
to install a .pdf doc file.</para>
|
to install a .pdf doc file.</para>
|
||||||
|
@ -56,6 +56,12 @@
|
|||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<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>
|
||||||
|
|
||||||
<sect2 id="contents-gawk" role="content">
|
<sect2 id="contents-gawk" role="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user