diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-08 02:37:25 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-08 02:37:25 +0000 |
commit | 80149d704a33eddeae5bc98ec5ef9a2fd89d89c5 (patch) | |
tree | 8e4c86adffc0997275f86a8b48a7fc949661cc40 /media-sound/denemo | |
parent | Fixed dpeends for 0.9.0.4. (diff) | |
download | gentoo-2-80149d704a33eddeae5bc98ec5ef9a2fd89d89c5.tar.gz gentoo-2-80149d704a33eddeae5bc98ec5ef9a2fd89d89c5.tar.bz2 gentoo-2-80149d704a33eddeae5bc98ec5ef9a2fd89d89c5.zip |
Added dodoc.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-sound/denemo')
-rw-r--r-- | media-sound/denemo/denemo-0.7.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/denemo/denemo-0.7.5.ebuild b/media-sound/denemo/denemo-0.7.5.ebuild index 89929dd58dbb..ccc4041cda60 100644 --- a/media-sound/denemo/denemo-0.7.5.ebuild +++ b/media-sound/denemo/denemo-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/denemo/denemo-0.7.5.ebuild,v 1.1 2006/10/07 18:50:10 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/denemo/denemo-0.7.5.ebuild,v 1.2 2006/10/08 02:37:25 matsuu Exp $ inherit flag-o-matic @@ -32,4 +32,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog DESIGN* GOALS NEWS README* TODO } |