Skip to content

Commit

Permalink
app-doc/pms: Use dodoc instead of dohtml.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
  • Loading branch information
ulm committed Oct 31, 2015
1 parent c872bc1 commit 415e8dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app-doc/pms/pms-5-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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
}
3 changes: 2 additions & 1 deletion app-doc/pms/pms-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 415e8dc

Please sign in to comment.