diff options
Diffstat (limited to 'dev-lisp/gauche/gauche-0.6.ebuild')
-rw-r--r-- | dev-lisp/gauche/gauche-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/gauche/gauche-0.6.ebuild b/dev-lisp/gauche/gauche-0.6.ebuild index cfbe568a5c32..1d7bcd0a5aec 100644 --- a/dev-lisp/gauche/gauche-0.6.ebuild +++ b/dev-lisp/gauche/gauche-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.6.ebuild,v 1.5 2003/09/06 18:09:25 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.6.ebuild,v 1.6 2003/09/06 22:35:54 msterret Exp $ S=${WORKDIR}/Gauche-${PV} DESCRIPTION="A Unix system friendly scheme interpreter" @@ -29,7 +29,7 @@ src_install () { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - dodoc COPYING INSTALL ChangeLog VERSION + dodoc COPYING INSTALL ChangeLog VERSION doman doc/gosh.1 doc/gauche-config.1 dodoc doc/README } |