diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-09-29 15:35:49 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-09-29 15:35:49 +0000 |
commit | 43523d12fb1fd8e60f4213924f3bd9644325d5a7 (patch) | |
tree | dce84f3d9b649d2760740c2d899e70765523a11d /games-emulation/mednafen | |
parent | Version bump, bug #146371 (diff) | |
download | gentoo-2-43523d12fb1fd8e60f4213924f3bd9644325d5a7.tar.gz gentoo-2-43523d12fb1fd8e60f4213924f3bd9644325d5a7.tar.bz2 gentoo-2-43523d12fb1fd8e60f4213924f3bd9644325d5a7.zip |
Forgot to take out dodoc NEWS
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-emulation/mednafen')
-rw-r--r-- | games-emulation/mednafen/mednafen-0.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mednafen/mednafen-0.6.5.ebuild b/games-emulation/mednafen/mednafen-0.6.5.ebuild index f0b889f37e35..d614b0e71edb 100644 --- a/games-emulation/mednafen/mednafen-0.6.5.ebuild +++ b/games-emulation/mednafen/mednafen-0.6.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/games-emulation/mednafen/mednafen-0.6.5.ebuild,v 1.1 2006/09/29 15:31:12 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.6.5.ebuild,v 1.2 2006/09/29 15:35:49 nyhm Exp $ inherit games @@ -42,7 +42,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog TODO NEWS + dodoc AUTHORS ChangeLog TODO dohtml Documentation/* prepgamesdirs } |