diff options
| author | eroen | 2014-03-14 06:58:49 +0100 |
|---|---|---|
| committer | eroen | 2014-03-31 23:10:30 +0200 |
| commit | dc9486849f29657bf9b34e047953b3a61f726c94 (patch) | |
| tree | 92e9cc6d1b15b31d5b0230c6bd25bd0660791494 /www-apps | |
| parent | c6b0e85fa45c9e8c5cf18f3be78b929376730db7 (diff) | |
| download | eroen-overlay-dc9486849f29657bf9b34e047953b3a61f726c94.tar.gz eroen-overlay-dc9486849f29657bf9b34e047953b3a61f726c94.tar.bz2 eroen-overlay-dc9486849f29657bf9b34e047953b3a61f726c94.tar.xz | |
nicola - clean up install phase
Diffstat (limited to 'www-apps')
| -rw-r--r-- | www-apps/nikola/nikola-6.4.0.ebuild | 5 |
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 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 } |
