aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mpc.xml
diff options
context:
space:
mode:
authorChris Staub <chris@linuxfromscratch.org>2014-06-29 06:37:09 +0000
committerChris Staub <chris@linuxfromscratch.org>2014-06-29 06:37:09 +0000
commitb06fc9c7751555fa173124f96f2c6b8776fe3243 (patch)
tree1f1b961a77e29f6f2fb6043694893a9fdee07e23 /chapter06/mpc.xml
parentcb1280a75e76c82dadbe4b880bd4d209438164cc (diff)
Add documentation installation commands for MPC, and update commands for GMP
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpc.xml')
-rw-r--r--chapter06/mpc.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/chapter06/mpc.xml b/chapter06/mpc.xml
index 511ec7cfe..a8b8818dc 100644
--- a/chapter06/mpc.xml
+++ b/chapter06/mpc.xml
@@ -44,19 +44,21 @@
<para>Prepare MPC for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/mpc-&mpc-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>
<para>To test the results, issue:</para>
<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>
</sect2>
@@ -66,9 +68,11 @@
<segmentedlist>
<segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>libmpc.{a,so}</seg>
+ <seg>/usr/share/doc/mpc-&mpc-version;</seg>
</seglistitem>
</segmentedlist>