Author: randy
Date: 2008-10-11 08:39:34 -0600 (Sat, 11 Oct 2008)
New Revision: 8631
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/flex.xml
Log:
Added commands to the Chapter 6 Flex instructions to install a .pdf doc file
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-11 14:28:49 UTC (rev 8630)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-11 14:39:34 UTC (rev 8631)
@@ -41,6 +41,10 @@
<para>2008-10-11</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added commands to the Chapter 6 Flex instructions
+ to install a .pdf doc file.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added a parameter to the configure command in the
Automake instructions so that docs are installed in a versioned
directory.</para>
Modified: trunk/BOOK/chapter06/flex.xml
===================================================================
--- trunk/BOOK/chapter06/flex.xml 2008-10-11 14:28:49 UTC (rev 8630)
+++ trunk/BOOK/chapter06/flex.xml 2008-10-11 14:39:34 UTC (rev 8631)
@@ -80,6 +80,13 @@
EOF
chmod -v 755 /usr/bin/lex</userinput></screen>
+ <para>If desired, install the <filename>flex.pdf</filename> documentation
+ file:</para>
+
+<screen><userinput remap="install">mkdir -v /usr/share/doc/flex-&flex-version;
+cp -v doc/flex.pdf \
+ /usr/share/doc/flex-&flex-version;</userinput></screen>
+
</sect2>
<sect2 id="contents-flex" role="content">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page