Opened 15 years ago
Closed 15 years ago
#2655 closed task (fixed)
Multiple documentation dirs created by MPFR
Reported by: | 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)
Change History (4)
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | mpfr-docs.patch added |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Actually, the find/cp to install the docs could simply be replaced with "make install-html".