diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-07 13:14:54 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-07 13:14:54 +0000 |
commit | aef35bd6b3a626b7d2993d18114760dac6f4b151 (patch) | |
tree | c0a1754c4aa94c65e1b8d7fb9fbd167a1315a269 /x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | |
parent | Removed COPYING from dodoc (diff) | |
download | gentoo-2-aef35bd6b3a626b7d2993d18114760dac6f4b151.tar.gz gentoo-2-aef35bd6b3a626b7d2993d18114760dac6f4b151.tar.bz2 gentoo-2-aef35bd6b3a626b7d2993d18114760dac6f4b151.zip |
Removed INSTALL and COPYING from dodoc.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild')
-rw-r--r-- | x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild index 81362758680a..1378e373537d 100644 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.1 2005/09/20 07:28:23 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.2 2005/11/07 13:14:54 s4t4n Exp $ inherit eutils @@ -39,7 +39,7 @@ src_compile() src_install() { dobin wmdrawer - dodoc COPYING INSTALL README TODO AUTHORS ChangeLog wmdrawerrc.example + dodoc README TODO AUTHORS ChangeLog wmdrawerrc.example gzip -cd doc/wmdrawer.1x.gz > wmdrawer.1 doman wmdrawer.1 } |