| Summary: | imagemagick-6.3.7.9 does not install html docs correctly | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Chris Mayo <aklhfex> |
| Component: | New packages | Assignee: | Gentoo Graphics Project <graphics+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | vapier |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
still an issue in imagemagick-6.2.2.3-r1, in part even duplicated as it seems fixed in 6.2.5.4 Same again in imagemagick-6.3.7.9.
Slightly different sed:
sed -i "s:pkgdocdir = \$(DOCUMENTATION_PATH):pkgdocdir = /usr/share/doc/${PF}:" Makefile
works for me.
fixed (in the configure file), thanks for the report. |
The ImageMagick Makefile itself installs documentation under /usr/share/ImageMagick-6.2.2/ the ebuild (with doc USE flag) also puts some of the docs under /usr/share/doc/imagemagick-6.2.2.0/html/ - but not all i.e. index.html, www/ or images/. A workaround is to add to src_compile(): sed -i "s:docdir = \$(MagickSharePath):docdir = /usr/share/doc/${PF}:" Makefile and remove the all the doc stuff in src_install(). This gets a complete set under /usr/share/doc/imagemagick-6.2.2.0/ but doesn't allow the user to set -doc. Reproducible: Always Steps to Reproduce: 1. 2. 3.