summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2003-06-18 23:54:42 +0000
committerRainer Groesslinger <scandium@gentoo.org>2003-06-18 23:54:42 +0000
commit285ab4bc3438ed82a168b997d4a074752b92dfe7 (patch)
tree4d62e7e7bcc799706aa5a1c27cc7cf0ffacc11d7 /dev-util/treecc
parentre-write of the gtk-engines2 eclass. read the actual eclass for more reasons (diff)
downloadhistorical-285ab4bc3438ed82a168b997d4a074752b92dfe7.tar.gz
historical-285ab4bc3438ed82a168b997d4a074752b92dfe7.tar.bz2
historical-285ab4bc3438ed82a168b997d4a074752b92dfe7.zip
dohtml fixed
Diffstat (limited to 'dev-util/treecc')
-rw-r--r--dev-util/treecc/Manifest2
-rw-r--r--dev-util/treecc/treecc-0.2.4.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/treecc/Manifest b/dev-util/treecc/Manifest
index 7888c115105a..7490b7955852 100644
--- a/dev-util/treecc/Manifest
+++ b/dev-util/treecc/Manifest
@@ -1,3 +1,3 @@
MD5 d99fd0b2817e9686945abca787b19a05 ChangeLog 614
-MD5 835c019a47318292239b13da298df89c treecc-0.2.4.ebuild 636
+MD5 3a16ca9785d8bbb53ac285e0160f5ccf treecc-0.2.4.ebuild 644
MD5 1bf63835dacd275b9638de61c6a591d7 files/digest-treecc-0.2.4 64
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
}