diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-20 02:36:50 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-20 02:36:50 +0000 |
commit | 2def1243e7f6e21b5d13ea4ba765cdd6dfdf4467 (patch) | |
tree | 51aca6c4ee2f5054b27c46e1b68dc3ea78145209 /chapter06 | |
parent | deaf14affce0ab7ad78f44a7939c7e0d52f596d2 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/flex.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 3291807f1..affbf7903 100644 --- a/chapter06/flex.xml +++ b/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> |