mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Install MPFR documentation. Fixes #2232.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ab4b285a8c
commit
db6141845a
@ -40,6 +40,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2009-02-08</para>
|
<para>2009-02-08</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Install MPFR's documentation. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2232">#2232</ulink>. Thanks to Randy
|
||||||
|
McMurchy for the report and assistance with the fix.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Remove an unneeded --sysconfdir parameter in
|
<para>[matthew] - Remove an unneeded --sysconfdir parameter in
|
||||||
Inetutils' instructions. Fixes
|
Inetutils' instructions. Fixes
|
||||||
|
@ -62,6 +62,12 @@
|
|||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
|
||||||
|
<para>Install the documentation:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="install">make html
|
||||||
|
mkdir -p /usr/share/doc/mpfr-&mpfr-version;
|
||||||
|
find . -name \*.html -type f -exec cp \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user