|
@@ -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>
|
|
|
|