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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 23 | ||||
-rw-r--r-- | chapter06/kbd.xml | 8 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 25 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5bc0db949..ea80f5883 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,29 @@ --> <listitem> + <para>2009-07-08</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Remove obsolete instructions about installing + man pages for optional programs. Thanks to Chris Staub for the + report and patch. Fixes <ulink url="&lfs-ticket-root;2436">#2436</ulink>. + </para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2009-07-06</para> + <itemizedlist> + <listitem> + <para>[matthew] - Add description of the --disable-libuud and + --disable-blkid parameters for E2fsprogs. + </para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-07-04</para> <itemizedlist> <listitem> 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> diff --git a/general.ent b/general.ent index fc504fb65..438198807 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20090706"> -<!ENTITY releasedate "July 6, 2009"> +<!ENTITY version "SVN-20090708"> +<!ENTITY releasedate "July 8, 2009"> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.5"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |