Author: matthew
Date: 2012-11-02 12:56:21 -0600 (Fri, 02 Nov 2012)
New Revision: 10027

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/flex.xml
   trunk/BOOK/general.ent
Log:
Clean up a couple of instructions for Flex following upgrade to Flex-2.5.37. 
Fixes #3206 and #3210.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-11-01 22:03:32 UTC (rev 10026)
+++ trunk/BOOK/chapter01/changelog.xml  2012-11-02 18:56:21 UTC (rev 10027)
@@ -37,6 +37,18 @@
 -->
 
     <listitem>
+      <para>2012-11-02</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Clean up a couple of instructions for Flex, made
+          possible by the upgrade to Flex-2.5.37.  Fixes
+          <ulink url="&lfs-ticket-root;3206">3206</ulink> and
+          <ulink url="&lfs-ticket-root;3210">3210</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2012-11-01</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/flex.xml
===================================================================
--- trunk/BOOK/chapter06/flex.xml       2012-11-01 22:03:32 UTC (rev 10026)
+++ trunk/BOOK/chapter06/flex.xml       2012-11-02 18:56:21 UTC (rev 10027)
@@ -48,8 +48,6 @@
     <para>Prepare Flex for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr             \
-            --mandir=/usr/share/man   \
-            --infodir=/usr/share/info \
             --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
 
     <para>Compile the package:</para>
@@ -90,11 +88,6 @@
 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">cp -v doc/flex.pdf 
/usr/share/doc/flex-&flex-version;</userinput></screen>
-
   </sect2>
 
   <sect2 id="contents-flex" role="content">

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-11-01 22:03:32 UTC (rev 10026)
+++ trunk/BOOK/general.ent      2012-11-02 18:56:21 UTC (rev 10027)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20121101">
-<!ENTITY releasedate "November 1, 2012">
+<!ENTITY version "SVN-20121102">
+<!ENTITY releasedate "November 2, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to