Author: randy
Date: 2008-10-11 08:28:49 -0600 (Sat, 11 Oct 2008)
New Revision: 8630

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/automake.xml
Log:
Added a parameter to the configure command in the Automake instructions so that 
docs are installed in a versioned directory

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-11 14:22:41 UTC (rev 8629)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-11 14:28:49 UTC (rev 8630)
@@ -41,6 +41,11 @@
       <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>
         <listitem>

Modified: trunk/BOOK/chapter06/automake.xml
===================================================================
--- trunk/BOOK/chapter06/automake.xml   2008-10-11 14:22:41 UTC (rev 8629)
+++ trunk/BOOK/chapter06/automake.xml   2008-10-11 14:28:49 UTC (rev 8630)
@@ -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>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to