From db6141845a6d27a01e07f17c3d9fb2b79d568fb6 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 8 Feb 2009 12:41:49 +0000 Subject: [PATCH] Install MPFR documentation. Fixes #2232. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/mpfr.xml | 6 ++++++ 2 files changed, 11 insertions(+) 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; \; +