git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -40,6 +40,11 @@
<listitem>
<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>
<para>[matthew] - Remove an unneeded --sysconfdir parameter in
Inetutils' instructions. Fixes
@@ -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>