diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-08 23:11:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-08 23:11:07 +0000 |
commit | 4982b58204393c3a31a6bc3f466e1519aec92c72 (patch) | |
tree | 715896e64de902837952624cdd1f2264a4195635 /chapter06 | |
parent | 68460dd0845134b2c5669e4c255c32ba78206bc1 (diff) |
Remove obsolete instructions about installing
man pages for optional programs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8957 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kbd.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 67c110d3b..1da18f61a 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -60,14 +60,6 @@ <screen><userinput remap="pre">sed -i -e '1i KEYCODES_PROGS = @KEYCODES_PROGS@' \ -e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' src/Makefile.in</userinput></screen> - <para>This version of Kbd will also install man pages for optional programs - even if we don't use the <parameter>--enable-optional-progs</parameter> - option to build them. Fix this behavior:</para> - -<screen><userinput remap="pre">var=OPTIONAL_PROGS -sed -i "s/ifdef $var/ifeq (\$($var),yes)/" man/Makefile.in -unset var</userinput></screen> - <para>Prepare Kbd for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen> |