[Clfs-commits] commit: r3873 - in /trunk/BOOK/final-system: common/module-init-tools.xml multilib/module-init-tools.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 19 07:23:18 PST 2008


Author: jciccone
Date: Sat Jan 19 15:23:18 2008
New Revision: 3873

Log:
Removed DOCBOOKTOMAN from the module-init-tools page, Ken's patch provides the files the target would normally use this variable to generate, leaving this argument in could result in some blank man pages instead of an error if the clock was skewed.

Modified:
    trunk/BOOK/final-system/common/module-init-tools.xml
    trunk/BOOK/final-system/multilib/module-init-tools.xml

Modified: trunk/BOOK/final-system/common/module-init-tools.xml
==============================================================================
--- trunk/BOOK/final-system/common/module-init-tools.xml (original)
+++ trunk/BOOK/final-system/common/module-init-tools.xml Sat Jan 19 15:23:18 2008
@@ -40,7 +40,7 @@
     environment).</para>
 
 <screen os="d"><userinput>./configure &&
-make DOCBOOKTOMAN=true check &&
+make check &&
 make clean &&</userinput></screen>
 
     <para os="e">Prepare Module-Init-Tools for compilation:</para>
@@ -62,20 +62,7 @@
 
     <para os="h">Compile the package:</para>
 
-<screen os="i"><userinput>make DOCBOOKTOMAN=true</userinput></screen>
-
-    <variablelist os="i2">
-      <title>The meaning of the make parameter:</title>
-      <varlistentry>
-        <term><parameter>DOCBOOKTOMAN=true</parameter></term>
-        <listitem>
-          <para>The <literal>DOCBOOKTOMAN</literal> variable specifies the
-	  program which is executed to convert the sgml source to man pages.
-	  We do not have either of the alternatives, so we create empty pages
-	  instead.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
+<screen os="i"><userinput>make</userinput></screen>
 
     <para os="j">Install the package:</para>
 
@@ -93,8 +80,6 @@
         </listitem>
       </varlistentry>
     </variablelist>
-
-
 
   </sect2>
 

Modified: trunk/BOOK/final-system/multilib/module-init-tools.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/module-init-tools.xml (original)
+++ trunk/BOOK/final-system/multilib/module-init-tools.xml Sat Jan 19 15:23:18 2008
@@ -58,10 +58,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/module-init-tools.xml"
-    xpointer="xpointer(//*[@os='i2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/module-init-tools.xml"
     xpointer="xpointer(//*[@os='j'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"




More information about the Clfs-commits mailing list