Parcourir la source

Fix Flex build via jhalfs. Regression introduced in r9999.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess il y a 13 ans
Parent
commit
8b68559612
3 fichiers modifiés avec 13 ajouts et 4 suppressions
  1. 10 0
      chapter01/changelog.xml
  2. 1 2
      chapter06/flex.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2012-10-02</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Fix Flex instructions; the directory creation for
+          its documentation is performed by the Makefile since r9999.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2012-09-27</para>
       <itemizedlist>

+ 1 - 2
chapter06/flex.xml

@@ -93,8 +93,7 @@ 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>
+<screen><userinput remap="install">cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version;</userinput></screen>
 
   </sect2>
 

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120928">
-<!ENTITY releasedate "September 28, 2012">
+<!ENTITY version "SVN-20121002">
+<!ENTITY releasedate "October 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}]" -->