The ebuild for media-gfx/graphicsmagick does not use the dohtml command to install HTML pages. This bypasses the logic and code of the dohtml command normally used to install HTML pages as part of an ebuild. For example, my version of dohtml has some "extras" that are skipped by this ebuild. Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: Use dohtml in the build to install paged/directories containing HTML content (including graphics).
Added doc use flag and now ebuild uses dohtml function. Thanks for info.