Переглянути джерело

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

Bruce Dubbs 16 роки тому
батько
коміт
4982b58204
3 змінених файлів з 25 додано та 10 видалено
  1. 23 0
      chapter01/changelog.xml
  2. 0 8
      chapter06/kbd.xml
  3. 2 2
      general.ent

+ 23 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 0 - 8
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>

+ 2 - 2
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 &ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->