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 | 8f0517ecc76ad8e43456faea38116203dd3a4c54 (patch) | |
tree | 3e73f2985193b51db65b3c21a7c1a9dd4cee9152 /dev-util/cccc | |
parent | Version bump and fix bug #291290. (diff) | |
download | gentoo-2-8f0517ecc76ad8e43456faea38116203dd3a4c54.tar.gz gentoo-2-8f0517ecc76ad8e43456faea38116203dd3a4c54.tar.bz2 gentoo-2-8f0517ecc76ad8e43456faea38116203dd3a4c54.zip |
Adding web documentation, bug #293608
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-util/cccc')
-rw-r--r-- | dev-util/cccc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cccc/cccc-3.1.4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/cccc/ChangeLog b/dev-util/cccc/ChangeLog index 0935c13d78ab..0f236fe3e585 100644 --- a/dev-util/cccc/ChangeLog +++ b/dev-util/cccc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cccc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cccc/ChangeLog,v 1.13 2009/08/31 16:24:04 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cccc/ChangeLog,v 1.14 2009/11/18 16:25:04 vostorga Exp $ + + 18 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> cccc-3.1.4.ebuild: + Adding web documentation, bug #293608 31 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> -cccc-3.0_pre63.ebuild, -cccc-3.0_pre84.ebuild, -files/cccc-3.0_pre84-gcc34.patch, 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" |