diff options
author | Michael Klich <michal@michalklich.com> | 2015-06-14 16:39:49 +0100 |
---|---|---|
committer | Michael Klich <michal@michalklich.com> | 2015-06-14 16:39:49 +0100 |
commit | 5b42b2738271dda80c7d64608a623f5546ee23e1 (patch) | |
tree | 48743387738cca2cc5cde3744095955ff2a20476 | |
parent | new Manifest (diff) | |
download | mklich-5b42b2738271dda80c7d64608a623f5546ee23e1.tar.gz mklich-5b42b2738271dda80c7d64608a623f5546ee23e1.tar.bz2 mklich-5b42b2738271dda80c7d64608a623f5546ee23e1.zip |
Change docs location
-rw-r--r-- | dev-python/bumpversion/bumpversion-0.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bumpversion/bumpversion-0.5.3.ebuild b/dev-python/bumpversion/bumpversion-0.5.3.ebuild index a0b17d4..d726b0d 100644 --- a/dev-python/bumpversion/bumpversion-0.5.3.ebuild +++ b/dev-python/bumpversion/bumpversion-0.5.3.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} )" -DOCS=( docs/index.rst ) +DOCS=( README.rst ) python_compile_all() { use doc && emake -C docs html |