diff options
Diffstat (limited to 'dev-python/zope-tales/zope-tales-5.2.ebuild')
-rw-r--r-- | dev-python/zope-tales/zope-tales-5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-tales/zope-tales-5.2.ebuild b/dev-python/zope-tales/zope-tales-5.2.ebuild index 49c243d..a51505b 100644 --- a/dev-python/zope-tales/zope-tales-5.2.ebuild +++ b/dev-python/zope-tales/zope-tales-5.2.ebuild @@ -48,7 +48,7 @@ python_compile() { python_compile_all() { echo "__path__ = __import__('pkgutil').extend_path(__path__, __name__)" > \ "${BUILD_DIR}/install$(python_get_sitedir)/zope/__init__.py" || die - build_sphinx docs + use doc && build_sphinx docs rm "${BUILD_DIR}/install$(python_get_sitedir)/zope/__init__.py" } |