summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/pms/pms-9999.ebuild')
-rw-r--r--app-doc/pms/pms-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild
index 20ca87f6a087..10f044aa4c2d 100644
--- a/app-doc/pms/pms-9999.ebuild
+++ b/app-doc/pms/pms-9999.ebuild
@@ -36,7 +36,8 @@ src_compile() {
src_install() {
dodoc pms.pdf eapi-cheatsheet.pdf
if use html; then
- dohtml *.html pms.css $(shopt -s nullglob; echo *.png)
+ docinto html
+ dodoc *.html pms.css $(shopt -s nullglob; echo *.png)
dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
fi
}