diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-11-18 16:25:04 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-11-18 16:25:04 +0000 |
commit | 44013458a553a5135dbd3a8f2e7d3d16e4433991 (patch) | |
tree | e8eabfe108b4c3f29366d903373e452c8302bee2 /dev-util/cccc/cccc-3.1.4.ebuild | |
parent | Version bump and fix bug #291290. (diff) | |
download | historical-44013458a553a5135dbd3a8f2e7d3d16e4433991.tar.gz historical-44013458a553a5135dbd3a8f2e7d3d16e4433991.tar.bz2 historical-44013458a553a5135dbd3a8f2e7d3d16e4433991.zip |
Adding web documentation, bug #293608
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-util/cccc/cccc-3.1.4.ebuild')
-rw-r--r-- | dev-util/cccc/cccc-3.1.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/cccc/cccc-3.1.4.ebuild b/dev-util/cccc/cccc-3.1.4.ebuild index 9f28bcacbb5f..ee3e3ccd3d75 100644 --- a/dev-util/cccc/cccc-3.1.4.ebuild +++ b/dev-util/cccc/cccc-3.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cccc/cccc-3.1.4.ebuild,v 1.4 2009/08/31 16:42:31 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cccc/cccc-3.1.4.ebuild,v 1.5 2009/11/18 16:25:04 vostorga Exp $ inherit eutils toolchain-funcs @@ -31,7 +31,8 @@ src_compile() { } src_install() { - dodoc readme.txt changes.txt + dodoc readme.txt changes.txt || die "dodoc failed" + dohtml cccc/*.html || die "dohtml failed" cd install dodir /usr emake -f install.mak INSTDIR="${D}"/usr/bin || die "install failed" |