浏览代码

Clean up a couple of instructions for Flex following upgrade to Flex-2.5.37. Fixes #3206 and #3210.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10027 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 12 年之前
父节点
当前提交
58500e56a4
共有 3 个文件被更改,包括 14 次插入9 次删除
  1. 12 0
      chapter01/changelog.xml
  2. 0 7
      chapter06/flex.xml
  3. 2 2
      general.ent

+ 12 - 0
chapter01/changelog.xml

@@ -36,6 +36,18 @@
     </listitem>
 -->
 
+    <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>

+ 0 - 7
chapter06/flex.xml

@@ -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 @@ exec /usr/bin/flex -l "$@"
 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">

+ 2 - 2
general.ent

@@ -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}]" -->