Author: matthew
Date: 2010-05-21 16:27:43 -0600 (Fri, 21 May 2010)
New Revision: 9274

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/mpfr.xml
Log:
Correct MPFR doc installation instructions. Fixes #2655.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-05-21 22:26:50 UTC (rev 9273)
+++ trunk/BOOK/chapter01/changelog.xml  2010-05-21 22:27:43 UTC (rev 9274)
@@ -40,6 +40,11 @@
       <para>2010-05-21</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Correct documentation installation instructions for
+          MPFR. Thanks to Chris Staub for the patch. Fixes
+          <ulink url="&lfs-ticket-root;2655">#2655</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgrade to Coreutils-8.5. Fixes
           <ulink url="&lfs-ticket-root;2643">#2643</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/mpfr.xml
===================================================================
--- trunk/BOOK/chapter06/mpfr.xml       2010-05-21 22:26:50 UTC (rev 9273)
+++ trunk/BOOK/chapter06/mpfr.xml       2010-05-21 22:27:43 UTC (rev 9274)
@@ -43,7 +43,8 @@
 
     <para>Prepare MPFR for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr 
--enable-thread-safe</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr 
--enable-thread-safe \
+  --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>
 
     <para>Compile the package:</para>
 
@@ -65,8 +66,7 @@
     <para>Install the documentation:</para>
 
 <screen><userinput remap="install">make html
-mkdir -pv /usr/share/doc/mpfr-&mpfr-version;
-find . -name \*.html -type f -exec cp -v \{} 
/usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
+make install-html</userinput></screen>
 
   </sect2>
 

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