summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/netzob/netzob-0.4.0.ebuild')
-rw-r--r--dev-python/netzob/netzob-0.4.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/netzob/netzob-0.4.0.ebuild b/dev-python/netzob/netzob-0.4.0.ebuild
index 8932b26..792d9ef 100644
--- a/dev-python/netzob/netzob-0.4.0.ebuild
+++ b/dev-python/netzob/netzob-0.4.0.ebuild
@@ -37,7 +37,6 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
DOCS=( README.rst AUTHORS.txt NEWS.rst COPYING.txt )
-HTML_DOCS=( doc/documentation/html/ )
src_compile() {
distutils-r1_src_compile
@@ -52,6 +51,6 @@ src_compile() {
src_install() {
distutils-r1_src_install
-
+ use doc && HTML_DOCS=( doc/documentation/html/ )
doman doc/netzob.1
}