aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
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 /chapter06
parentab4b285a8c64ab70e54c909691da0454db26e399 (diff)
Install MPFR documentation. Fixes #2232.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/mpfr.xml6
1 files changed, 6 insertions, 0 deletions
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>