From 2def1243e7f6e21b5d13ea4ba765cdd6dfdf4467 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Sun, 20 Jun 2004 02:36:50 +0000 Subject: 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 --- chapter05/flex.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05') diff --git a/chapter05/flex.xml b/chapter05/flex.xml index 064ae4b31..704d11526 100644 --- a/chapter05/flex.xml +++ b/chapter05/flex.xml @@ -32,11 +32,11 @@ patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch 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: -touch doc/*.1 +touch doc/flex.1 Now prepare Flex for compilation: -- cgit v1.2.3-54-g00ecf