mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 06:39:20 +01:00
Make MPFR instructions consistent with other packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8fd118c186
commit
bd5d85af4a
@ -52,9 +52,10 @@
|
|||||||
--enable-thread-safe \
|
--enable-thread-safe \
|
||||||
--docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>
|
--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>
|
<important>
|
||||||
<para>The test suite for MPFR in this section is considered critical.
|
<para>The test suite for MPFR in this section is considered critical.
|
||||||
@ -65,14 +66,10 @@
|
|||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<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>
|
<screen><userinput remap="install">make install
|
||||||
|
make install-html</userinput></screen>
|
||||||
<para>Install the documentation:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="make">make html
|
|
||||||
</userinput><userinput remap="install">make install-html</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user