diff options
Diffstat (limited to 'app-text/sword/sword-1.5.4.ebuild')
-rw-r--r-- | app-text/sword/sword-1.5.4.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/sword/sword-1.5.4.ebuild b/app-text/sword/sword-1.5.4.ebuild index 545e3e74b274..2567d273cbad 100644 --- a/app-text/sword/sword-1.5.4.ebuild +++ b/app-text/sword/sword-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.4.ebuild,v 1.2 2002/10/24 04:59:19 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.4.ebuild,v 1.3 2002/10/26 20:38:52 raker Exp $ DESCRIPTION="library for bible reading software" HOMEPAGE="http://www.crosswire.org/sword/" @@ -28,6 +28,10 @@ src_install() { einstall || die "make install failed" + dodoc AUTHORS CODINGSTYLE INSTALL ChangeLog README + + dohtml doc/api-documentation/html/* + } pkg_postinst() { |