Opened 14 years ago

Closed 14 years ago

#2655 closed task (fixed)

Multiple documentation dirs created by MPFR

Reported by: chris@… Owned by: Matthew Burgess
Priority: normal Milestone: 6.7
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

In the MPFR instructions, after installing, LFS says to create /usr/share/doc/mpfr-[version] and copy some files there. However, MPFR itself creates a docdir, which by default is /usr/share/doc/mpfr, and puts a few things in there. This can be fixed by adding --docdir=/usr/share/doc/mpfr-&mpfr-version; to configure, and of course removing the now-redundant command to create that directory.

Also, since the MPFR install already copies FAQ.html, the command to copy the docs (currently a find command) could be simplified to "cp -v mpfr.html/*.html /usr/share/doc/mpfr-&mpfr-version;"

Attachments (1)

mpfr-docs.patch (898 bytes ) - added by chris@… 14 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by chris@…, 14 years ago

Actually, the find/cp to install the docs could simply be replaced with "make install-html".

by chris@…, 14 years ago

Attachment: mpfr-docs.patch added

comment:2 by Matthew Burgess, 14 years ago

Owner: changed from lfs-book@… to Matthew Burgess
Status: newassigned

comment:3 by Matthew Burgess, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r9274.

Note: See TracTickets for help on using tickets.