summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroen <eroen@falcon.eroen.eu>2014-03-14 06:58:49 +0100
committereroen <eroen@falcon.eroen.eu>2014-03-31 23:10:30 +0200
commitdc9486849f29657bf9b34e047953b3a61f726c94 (patch)
tree92e9cc6d1b15b31d5b0230c6bd25bd0660791494 /www-apps
parentnikola-6.4.0 - clean up absolute dependencies (diff)
downloaderoen-dc9486849f29657bf9b34e047953b3a61f726c94.tar.gz
eroen-dc9486849f29657bf9b34e047953b3a61f726c94.tar.bz2
eroen-dc9486849f29657bf9b34e047953b3a61f726c94.zip
nicola - clean up install phase
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/nikola/nikola-6.4.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-apps/nikola/nikola-6.4.0.ebuild b/www-apps/nikola/nikola-6.4.0.ebuild
index d00367e..9a0a23c 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
}