diff options
Diffstat (limited to 'app-admin/eclectic/eclectic-0.9.2.ebuild')
-rw-r--r-- | app-admin/eclectic/eclectic-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/eclectic/eclectic-0.9.2.ebuild b/app-admin/eclectic/eclectic-0.9.2.ebuild index c3b541de00b9..b3de1d5b32e8 100644 --- a/app-admin/eclectic/eclectic-0.9.2.ebuild +++ b/app-admin/eclectic/eclectic-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eclectic/eclectic-0.9.2.ebuild,v 1.2 2005/05/11 23:36:16 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eclectic/eclectic-0.9.2.ebuild,v 1.3 2005/05/12 11:45:39 ka0ttic Exp $ inherit bash-completion @@ -27,6 +27,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc README doc/*.txt - use doc && dohtml doc/*.html + use doc && dohtml doc/* dobashcompletion misc/eclectic.bashcomp } |