Browse Source

Touch only doc/flex.1, since that's the only one that exists

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles 21 years ago
parent
commit
2def1243e7
3 changed files with 11 additions and 7 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 3 3
      chapter05/flex.xml
  3. 5 4
      chapter06/flex.xml

+ 3 - 0
chapter01/changelog.xml

@@ -76,6 +76,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>June 19, 2004 [winkie]: Modified Flex installation to only touch
+the flex.1 manual page, since that's the only one that exists.</para></listitem>
+
 <listitem><para>June 19, 2004 [matt]: chapter05 - hostreqs.  Provide clearer
 information regarding determining whether the host kernel is suitable for
 passing glibcs testsuite</para></listitem>

+ 3 - 3
chapter05/flex.xml

@@ -32,11 +32,11 @@
 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
 
 <para>The GNU autotools detects that the Flex source code has been modified by
-the patch, and tries to update the man pages to include those changes, but this
-breaks on many systems, and the default pages are fine, so make sure they don't
+the previous patch, and tries to update the manual page accordingly, but this
+breaks on many systems, and the default page is fine, so make sure it doesn't
 get renegerated:</para>
 
-<screen><userinput>touch doc/*.1</userinput></screen>
+<screen><userinput>touch doc/flex.1</userinput></screen>
 
 <para>Now prepare Flex for compilation:</para>
 

+ 5 - 4
chapter06/flex.xml

@@ -33,11 +33,12 @@ GCC, Gettext, Glibc, Grep, M4, Make, Sed</seg></seglistitem>
 
 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
 
-<para>The GNU autotools detects that the Flex source code has been modified by the patch,
-and tries to update the man pages to include those changes, but this breaks on many
-systems, and the default pages are fine, so make sure they don't get renegerated:</para>
+<para>The GNU autotools detects that the Flex source code has been modified by
+the previous patch, and tries to update the manual page accordingly, but this
+breaks on many systems, and the default page is fine, so make sure it doesn't
+get renegerated:</para>
 
-<screen><userinput>touch doc/*.1</userinput></screen>
+<screen><userinput>touch doc/flex.1</userinput></screen>
 
 <para>Now prepare Flex for compilation:</para>