Sfoglia il codice sorgente

Reverted commit from r5793.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 anni fa
parent
commit
d4dac8377e
3 ha cambiato i file con 7 aggiunte e 14 eliminazioni
  1. 0 4
      chapter01/changelog.xml
  2. 5 8
      chapter06/module-init-tools.xml
  3. 2 2
      general.ent

+ 0 - 4
chapter01/changelog.xml

@@ -84,10 +84,6 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
-<listitem><para>June 8th, 2005 [archaic]: Removed suggestion on where to move
-/sources, and reworded the rest of the page (chapter06/revisedchroot.xml).
-</para></listitem>
-
 <listitem><para>Jun 1st, 2005 [manuel]: Changed patches root to
 lfs/svn/testing/</para></listitem>
 

+ 5 - 8
chapter06/module-init-tools.xml

@@ -29,20 +29,17 @@ Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, and Sed</seg></seglistit
 <sect2 role="installation">
 <title>Installation of Module-Init-Tools</title>
 
-<para>Module-Init-Tools attempts to rewrite its
-<filename>modprobe.conf</filename> man page during the build process. This is
-unnecessary and also relies on <command>docbook2man</command> &mdash; which is not
-installed in LFS. Run the following command to avoid this:</para>
-
-<screen><userinput>touch modprobe.conf.5</userinput></screen>
-
 <para>Prepare Module-Init-Tools for compilation:</para>
 
 <screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen>
 
 <para>Compile the package:</para>
 
-<screen><userinput>make</userinput></screen>
+<screen><userinput>make DOCBOOKTOMAN=""</userinput></screen>
+
+<!-- Edit me -->
+<para>The <envar>DOCBOOKTOMAN</envar> option allows the compile process to
+complete without regenerating the man pages.</para>
 
 <para>To test the results, issue:
 <userinput>make check</userinput>.</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20050608">
-<!ENTITY releasedate "June 8, 2005">
+<!ENTITY version "TESTING-20050601">
+<!ENTITY releasedate "June 1, 2005">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">