Changeset 90e13c6


Ignore:
Timestamp:
12/05/2004 10:36:13 PM (19 years ago)
Author:
Jeremy Utley <jeremy@…>
Children:
419d33e
Parents:
9ed3209
Message:

Added DOCBOOKTOMAN parameter to Module-init-utils compilation

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4358 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9ed3209 r90e13c6  
    6464</listitem>
    6565
     66<listitem><para>December 5, 2004 [jeremy]: Added the DOCBOOKTOMAN parameter
     67to Module-init-utils - without this, compilation fails.  Thanks Boris Buegling</para></listitem>
     68
    6669<listitem><para>December 2, 2004 [jeremy]: Removed the old display_wrap bash
    6770patch, in favor of the newer fixes patch, and added the avoid_WCONTINUED
  • chapter06/module-init-tools.xml

    r9ed3209 r90e13c6  
    3636<para>Compile the package:</para>
    3737
    38 <screen><userinput>make</userinput></screen>
     38<screen><userinput>make DOCBOOKTOMAN=""</userinput></screen>
     39
     40<!-- Edit me -->
     41<para>The <command>DOCBOOKTOMAN</command> option allows the compile process to
     42complete without regenerating the man pages.</para>
    3943
    4044<para>To test the results, issue:
  • general.ent

    r9ed3209 r90e13c6  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.1-testing-20041201">
    3 <!ENTITY releasedate "December 2, 2004">
    4 <!ENTITY milestone "6.2">
     2<!ENTITY version "6.1-testing-20041205">
     3<!ENTITY releasedate "December 5, 2004">
     4<!ENTITY milestone "6.1">
    55
    66<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
Note: See TracChangeset for help on using the changeset viewer.