From dc9486849f29657bf9b34e047953b3a61f726c94 Mon Sep 17 00:00:00 2001 From: eroen Date: Fri, 14 Mar 2014 06:58:49 +0100 Subject: nicola - clean up install phase --- www-apps/nikola/nikola-6.4.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www-apps') diff --git a/www-apps/nikola/nikola-6.4.0.ebuild b/www-apps/nikola/nikola-6.4.0.ebuild index d00367ea..9a0a23c2 100644 --- a/www-apps/nikola/nikola-6.4.0.ebuild +++ b/www-apps/nikola/nikola-6.4.0.ebuild @@ -71,12 +71,13 @@ RDEPEND="${DEPEND} # dev-python/nose # dev-python/python-coveralls # not in gentoo +DOCS=( AUTHORS.txt CHANGES.txt CONTRIBUTING.rst README.rst ) + src_install() { distutils-r1_src_install # hackish way to remove docs that ended up in the wrong place rm -rf "${D}"/usr/share/doc/${PN} - dodoc AUTHORS.txt CHANGES.txt README.rst docs/*.txt - doman docs/man/* + dodoc docs/*.txt } -- cgit v1.2.1