Kaynağa Gözat

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
Randy McMurchy 17 yıl önce
ebeveyn
işleme
4106b83c45
2 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/automake.xml

+ 5 - 0
chapter01/changelog.xml

@@ -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>

+ 1 - 1
chapter06/automake.xml

@@ -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>