From e6c8119c856fd132496ee137167ce16d90baddbf Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Thu, 25 May 2006 14:01:00 +0000 Subject: Fixed generation of diff's man page, fixes #1800. Thanks Randy McMurchy for the report and Ken Moffat for the fix. Also, some slight wording adjustments on the Shadow page. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/diffutils.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chapter06/diffutils.xml') diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index 3c55e77b6..855c7d418 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -41,6 +41,14 @@ patch -Np1 -i ../&diffutils-i18n-patch; + The above patch will cause the Diffutils build system to attempt to + rebuild the diff.1 man page using the unavailable + program help2man. The result is an unreadable man page for + diff. We can avoid this by updating the timestamp on + the file man/diff.1: + +touch man/diff.1 + Prepare Diffutils for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf