commit:     415e8dc7428b8e0c904e1f6d9315f31b177767ba
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 09:40:51 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 09:40:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415e8dc7

app-doc/pms: Use dodoc instead of dohtml.

Package-Manager: portage-2.2.23

 app-doc/pms/pms-5-r2.ebuild | 5 +++--
 app-doc/pms/pms-9999.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-doc/pms/pms-5-r2.ebuild b/app-doc/pms/pms-5-r2.ebuild
index f0f73a7..8f7c7a2 100644
--- a/app-doc/pms/pms-5-r2.ebuild
+++ b/app-doc/pms/pms-5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -38,7 +38,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
 }

diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild
index 20ca87f..10f044a 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
 }

Reply via email to