diff options
Diffstat (limited to 'dev-util/treecc/treecc-0.2.4.ebuild')
-rw-r--r-- | dev-util/treecc/treecc-0.2.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/treecc/treecc-0.2.4.ebuild b/dev-util/treecc/treecc-0.2.4.ebuild index 286fae3bda45..18572501a456 100644 --- a/dev-util/treecc/treecc-0.2.4.ebuild +++ b/dev-util/treecc/treecc-0.2.4.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-util/treecc/treecc-0.2.4.ebuild,v 1.2 2003/06/18 10:42:15 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.2.4.ebuild,v 1.3 2003/06/18 23:54:32 scandium Exp $ DESCRIPTION="compiler-compiler tool for aspect-oriented programming" HOMEPAGE="http://www.dotgnu.org/" @@ -24,5 +24,6 @@ src_install() { einstall || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - dodoc doc/*.txt doc/*.html + dodoc doc/*.txt + dohtml doc/*.html } |