diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/mpfr.xml | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1cf9b41c5..95c927f45 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2010-05-21</para> <itemizedlist> <listitem> + <para>[matthew] - Correct documentation installation instructions for + MPFR. Thanks to Chris Staub for the patch. Fixes + <ulink url="&lfs-ticket-root;2655">#2655</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Coreutils-8.5. Fixes <ulink url="&lfs-ticket-root;2643">#2643</ulink>.</para> </listitem> diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 900999257..044c4c1e1 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -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> |