diff options
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 } |
