diff options
Diffstat (limited to 'chapter06/mpc.xml')
-rw-r--r-- | chapter06/mpc.xml | 14 |
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> |