aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-02-08 12:41:49 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-02-08 12:41:49 +0000
commitdb6141845a6d27a01e07f17c3d9fb2b79d568fb6 (patch)
treebcc82f72fa0d7479bbdb3cbec16a364a9c55632b
parentab4b285a8c64ab70e54c909691da0454db26e399 (diff)
Install MPFR documentation. Fixes #2232.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/mpfr.xml6
2 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 613abc587..4d1c250dc 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index 40ddff135..56125d0cd 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -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>