aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorChris Staub <chris@linuxfromscratch.org>2014-07-14 09:46:17 +0000
committerChris Staub <chris@linuxfromscratch.org>2014-07-14 09:46:17 +0000
commitbd5d85af4a96bf19127eef476469c7bfba83b9b1 (patch)
tree88da957a711530c00159d7d66d40dbf045c82924 /chapter06
parent8fd118c186fb9dc835d4c669e4e659ac7a13ece2 (diff)
Make MPFR instructions consistent with other packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/mpfr.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index 517baf755..2205a9df8 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -52,9 +52,10 @@
--enable-thread-safe \
--docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>
- <para>Compile the package:</para>
+ <para>Compile the package and generate the HTML documentation:</para>
-<screen><userinput remap="make">make</userinput></screen>
+<screen><userinput remap="make">make
+make html</userinput></screen>
<important>
<para>The test suite for MPFR in this section is considered critical.
@@ -65,14 +66,10 @@
<screen><userinput remap="test">make check</userinput></screen>
- <para>Install the package:</para>
+ <para>Install the package and its documentation:</para>
-<screen><userinput remap="install">make install</userinput></screen>
-
- <para>Install the documentation:</para>
-
-<screen><userinput remap="make">make html
-</userinput><userinput remap="install">make install-html</userinput></screen>
+<screen><userinput remap="install">make install
+make install-html</userinput></screen>
</sect2>