Changeset 0f9d1e9


Ignore:
Timestamp:
Jan 19, 2008, 7:23:18 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
acc8fc9
Parents:
da13888
Message:

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.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/module-init-tools.xml

    rda13888 r0f9d1e9  
    4141
    4242<screen os="d"><userinput>./configure &amp;&amp;
    43 make DOCBOOKTOMAN=true check &amp;&amp;
     43make check &amp;&amp;
    4444make clean &amp;&amp;</userinput></screen>
    4545
     
    6363    <para os="h">Compile the package:</para>
    6464
    65 <screen os="i"><userinput>make DOCBOOKTOMAN=true</userinput></screen>
    66 
    67     <variablelist os="i2">
    68       <title>The meaning of the make parameter:</title>
    69       <varlistentry>
    70         <term><parameter>DOCBOOKTOMAN=true</parameter></term>
    71         <listitem>
    72           <para>The <literal>DOCBOOKTOMAN</literal> variable specifies the
    73           program which is executed to convert the sgml source to man pages.
    74           We do not have either of the alternatives, so we create empty pages
    75           instead.</para>
    76         </listitem>
    77       </varlistentry>
    78     </variablelist>
     65<screen os="i"><userinput>make</userinput></screen>
    7966
    8067    <para os="j">Install the package:</para>
     
    9481      </varlistentry>
    9582    </variablelist>
    96 
    97 
    9883
    9984  </sect2>
  • BOOK/final-system/multilib/module-init-tools.xml

    rda13888 r0f9d1e9  
    5959    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6060    href="../common/module-init-tools.xml"
    61     xpointer="xpointer(//*[@os='i2'])"/>
    62 
    63     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    64     href="../common/module-init-tools.xml"
    6561    xpointer="xpointer(//*[@os='j'])"/>
    6662
Note: See TracChangeset for help on using the changeset viewer.