Added a parameter to the configure command in the Automake instructions so that docs are installed in a versioned directory

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Randy McMurchy 2008-10-11 14:28:49 +00:00
parent bfdb0e1908
commit 4106b83c45
2 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,11 @@
<listitem>
<para>2008-10-11</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a parameter to the configure command in the
Automake instructions so that docs are installed in a versioned
directory.</para>
</listitem>
<listitem>
<para>[randy] - Updated Module-Init-Tools to 3.4.1.</para>
</listitem>

View File

@ -49,7 +49,7 @@
<para>Prepare Automake for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
<para>Compile the package:</para>