diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-27 14:19:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-27 14:19:28 +0000 |
commit | 95a317472bd2cdc152528bd9af611823de36e136 (patch) | |
tree | 0d2b7bfcc085fb7bc9b4887e8a6c3d5cd0305aee /dev-util/xxdiff | |
parent | Stable on amd64 wrt bug #364973 (diff) | |
download | gentoo-2-95a317472bd2cdc152528bd9af611823de36e136.tar.gz gentoo-2-95a317472bd2cdc152528bd9af611823de36e136.tar.bz2 gentoo-2-95a317472bd2cdc152528bd9af611823de36e136.zip |
Install more docs
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/xxdiff')
-rw-r--r-- | dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild b/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild index 1db5622d7ff7..287ea0967ec0 100644 --- a/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild +++ b/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild,v 1.3 2011/04/27 14:08:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426.ebuild,v 1.4 2011/04/27 14:19:28 ssuominen Exp $ EAPI=3 @@ -51,9 +51,9 @@ src_install() { distutils_src_install - dodoc CHANGES README* TODO doc/*.txt + dodoc CHANGES README* TODO doc/*.txt src/doc.txt - dohtml doc/*.{png,html} + dohtml doc/*.{png,html} src/doc.html # example tools, use these to build your own ones insinto /usr/share/doc/${PF} |