diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 613abc587..4d1c250dc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-02-08 + + [matthew] - Install MPFR's documentation. Fixes + #2232. Thanks to Randy + McMurchy for the report and assistance with the fix. + [matthew] - Remove an unneeded --sysconfdir parameter in Inetutils' instructions. Fixes 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 @@ make install + Install the documentation: + +make html +mkdir -p /usr/share/doc/mpfr-&mpfr-version; +find . -name \*.html -type f -exec cp \{} /usr/share/doc/mpfr-&mpfr-version; \; +