diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/routes/routes-1.12.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/routes/routes-1.12.3.ebuild b/dev-python/routes/routes-1.12.3.ebuild index 62d9b61f73db..45b22c86af73 100644 --- a/dev-python/routes/routes-1.12.3.ebuild +++ b/dev-python/routes/routes-1.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.12.3.ebuild,v 1.1 2010/06/05 20:08:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.12.3.ebuild,v 1.2 2010/06/05 20:10:47 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -34,7 +34,6 @@ src_install() { if use doc; then cd docs/_build/html docinto html - dohtml -r docs/_build/html/* || die "dohtml failed" cp -R [a-z]* _images _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed" fi } |