mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-12 23:34:34 +01:00
Added a command to prevent module-init-tools from rewriting it's man page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8321123186
commit
aa8363a353
@ -87,6 +87,10 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>June 5th, 2005 [archaic]: Added a command to prevent
|
||||||
|
module-init-tools from rewriting it's man page (which relies on
|
||||||
|
docbook2man).</para></listitem>
|
||||||
|
|
||||||
<listitem><para>May 24th, 2005 [jim]: Changed gcc-specs patch to -2.</para></listitem>
|
<listitem><para>May 24th, 2005 [jim]: Changed gcc-specs patch to -2.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>May 23nd, 2005 [jim]: Changed changelog to use version entities.</para></listitem>
|
<listitem><para>May 23nd, 2005 [jim]: Changed changelog to use version entities.</para></listitem>
|
||||||
|
@ -31,17 +31,20 @@ Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, and Sed</seg></seglistit
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Module-Init-Tools</title>
|
<title>Installation of Module-Init-Tools</title>
|
||||||
|
|
||||||
|
<para>Module-Init-Tools attempts to rewrite it's
|
||||||
|
<filename>modprobe.conf</filename> man page during the build process. Not only
|
||||||
|
is this unnecessary, it relies on <command>docbook2man</command> which is not
|
||||||
|
installed in LFS. To prevent this do the following:</para>
|
||||||
|
|
||||||
|
<screen><userinput>touch modprobe.conf.5</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Module-Init-Tools for compilation:</para>
|
<para>Prepare Module-Init-Tools for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen>
|
<screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput>make DOCBOOKTOMAN=""</userinput></screen>
|
<screen><userinput>make</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:
|
<para>To test the results, issue:
|
||||||
<userinput>make check</userinput>.</para>
|
<userinput>make check</userinput>.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user