diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-10-06 13:07:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-10-06 13:07:20 +0000 |
commit | df7efd52c7148d6886ea5e1063f355a8a12d9292 (patch) | |
tree | ca52d52665d5d09c4e658e8bdf5f3d5b9a8dc0b0 /media-video/SDLcam | |
parent | Version bump #188475 by Leong Seh Hui. (diff) | |
download | gentoo-2-df7efd52c7148d6886ea5e1063f355a8a12d9292.tar.gz gentoo-2-df7efd52c7148d6886ea5e1063f355a8a12d9292.tar.bz2 gentoo-2-df7efd52c7148d6886ea5e1063f355a8a12d9292.zip |
add a dodoc
(Portage version: 2.1.3.11)
Diffstat (limited to 'media-video/SDLcam')
-rw-r--r-- | media-video/SDLcam/SDLcam-0.8.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/SDLcam/SDLcam-0.8.0.ebuild b/media-video/SDLcam/SDLcam-0.8.0.ebuild index d5e58892b6a4..b8a127b54f53 100644 --- a/media-video/SDLcam/SDLcam-0.8.0.ebuild +++ b/media-video/SDLcam/SDLcam-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.8.0.ebuild,v 1.1 2007/10/06 13:05:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.8.0.ebuild,v 1.2 2007/10/06 13:07:20 vapier Exp $ inherit eutils multilib @@ -50,4 +50,5 @@ src_install() { doexe capture/*.so || die exeinto /usr/$(get_libdir)/SDLcam/sources doexe sources/*.so || die + dodoc CHANGELOG README TODO Documentation/config_file.txt Documentation/gui.txt } |