aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mpfr.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-05-21 22:27:43 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-05-21 22:27:43 +0000
commite48cb29697c702816125b2762cb75ccbbc121511 (patch)
treecbcde85d803c904a381a7251aa66d5e9dbc04f47 /chapter06/mpfr.xml
parentbc5f39a35ed63e98ba046c0986dc44bd0a3fc48b (diff)
Correct MPFR doc installation instructions. Fixes #2655.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9274 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpfr.xml')
-rw-r--r--chapter06/mpfr.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index 900999257..044c4c1e1 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -43,7 +43,8 @@
<para>Prepare MPFR for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --enable-thread-safe</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --enable-thread-safe \
+ --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>
<para>Compile the package:</para>
@@ -65,8 +66,7 @@
<para>Install the documentation:</para>
<screen><userinput remap="install">make html
-mkdir -pv /usr/share/doc/mpfr-&mpfr-version;
-find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
+make install-html</userinput></screen>
</sect2>