Author: matthew
Date: 2009-02-08 05:41:49 -0700 (Sun, 08 Feb 2009)
New Revision: 8806

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/mpfr.xml
Log:
Install MPFR documentation. Fixes #2232.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-02-08 12:41:11 UTC (rev 8805)
+++ trunk/BOOK/chapter01/changelog.xml  2009-02-08 12:41:49 UTC (rev 8806)
@@ -41,6 +41,11 @@
       <para>2009-02-08</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Install MPFR's documentation.  Fixes
+          <ulink url="&lfs-ticket-root;2232">#2232</ulink>. Thanks to Randy
+          McMurchy for the report and assistance with the fix.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Remove an unneeded --sysconfdir parameter in
           Inetutils' instructions. Fixes
           <ulink url="&lfs-ticket-root;2313">#2313</ulink>.</para>

Modified: trunk/BOOK/chapter06/mpfr.xml
===================================================================
--- trunk/BOOK/chapter06/mpfr.xml       2009-02-08 12:41:11 UTC (rev 8805)
+++ trunk/BOOK/chapter06/mpfr.xml       2009-02-08 12:41:49 UTC (rev 8806)
@@ -62,6 +62,12 @@
 
 <screen><userinput remap="install">make install</userinput></screen>
 
+    <para>Install the documentation:</para>
+
+<screen><userinput remap="install">make html
+mkdir -p /usr/share/doc/mpfr-&mpfr-version;
+find . -name \*.html -type f -exec cp \{} /usr/share/doc/mpfr-&mpfr-version; 
\;</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