diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-29 11:07:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-29 11:07:29 +0000 |
commit | c5461e75d1aa9f08fae66b5711018e3d85199097 (patch) | |
tree | b94153201c3e8fe0e23b47851e3e7aa7873b30a9 /app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild | |
parent | Cleanup: better handling of -Werror and system zlib. Check success of (diff) | |
download | gentoo-2-c5461e75d1aa9f08fae66b5711018e3d85199097.tar.gz gentoo-2-c5461e75d1aa9f08fae66b5711018e3d85199097.tar.bz2 gentoo-2-c5461e75d1aa9f08fae66b5711018e3d85199097.zip |
Fix documentation install.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild')
-rw-r--r-- | app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild b/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild index 77b4be370d4c..43e34492f930 100644 --- a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild +++ b/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild,v 1.15 2009/11/01 18:38:04 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild,v 1.16 2010/04/29 11:07:29 flameeyes Exp $ EAPI="2" @@ -31,7 +31,7 @@ src_install() { find bin.* -mindepth 1 -maxdepth 1 -type f -exec dobin '{}' \; || die dodoc README etc/*cfg - dohtml doc/*[txt html sgml] + dohtml doc/*{txt,html,sgml} } pkg_postinst() { |