diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/mpfr.xml | 6 |
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> |