diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-12-30 17:47:06 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-12-30 17:47:06 +0000 |
commit | 837a303af07825feca978f35c7d87f9db26916ca (patch) | |
tree | f0766780f2a2328e6d6fa283598d8e38ffb61a4d /sci-mathematics/pspp | |
parent | Specify LICENSE more precisely, bug 448132. (diff) | |
download | gentoo-2-837a303af07825feca978f35c7d87f9db26916ca.tar.gz gentoo-2-837a303af07825feca978f35c7d87f9db26916ca.tar.bz2 gentoo-2-837a303af07825feca978f35c7d87f9db26916ca.zip |
Fix doc install per bug 449312
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
Diffstat (limited to 'sci-mathematics/pspp')
-rw-r--r-- | sci-mathematics/pspp/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-0.6.2-r1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog index 997dbf425698..04d4532ec742 100644 --- a/sci-mathematics/pspp/ChangeLog +++ b/sci-mathematics/pspp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pspp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.21 2012/12/10 22:29:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.22 2012/12/30 17:47:06 tomka Exp $ + + 30 Dec 2012; Thomas Kahle <tomka@gentoo.org> pspp-0.6.2-r1.ebuild: + Fix doc install per bug 449312 10 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> -pspp-0.6.2.ebuild, pspp-0.6.2-r1.ebuild: diff --git a/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild b/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild index 22c3b97f218d..41a87f245c0b 100644 --- a/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild +++ b/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.6 2012/12/10 22:29:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.7 2012/12/30 17:47:06 tomka Exp $ EAPI=4 inherit eutils elisp-common autotools multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc emacs gtk ncurses nls plotutils postgres static-libs" +IUSE="doc emacs examples gtk ncurses nls plotutils postgres static-libs" RDEPEND=" dev-libs/libxml2:2 @@ -68,8 +68,10 @@ src_install() { insinto /usr/share/doc/${PF} doins -r examples fi - use doc && dohtml doc/pspp.html doc/pspp-dev.html && \ + if use doc; then + dohtml -r doc/pspp{,dev}.html dodoc doc/pspp{,-dev}.pdf + fi if use emacs; then elisp-install ${PN} *.el *.elc elisp-site-file-install "${FILESDIR}/${SITEFILE}" |