dev-lisp/clozurecl: fix building with USE=-doc
authorAndrey Grozin <grozin@gentoo.org>
Tue, 10 Nov 2015 15:32:49 +0000 (21:32 +0600)
committerAndrey Grozin <grozin@gentoo.org>
Tue, 10 Nov 2015 15:32:49 +0000 (21:32 +0600)
Bug: 565302

Package-Manager: portage-2.2.24

dev-lisp/clozurecl/clozurecl-1.11.ebuild

index 50ee67fa654f814d718cb2cdd8ca6194b2418840..15a53a7a022c81a0b8607fa603f6bbd604564712 100644 (file)
@@ -88,6 +88,6 @@ src_install() {
        doenvd "${ENVD}"
 
        dodoc doc/release-notes.txt
-       dohtml "${DISTDIR}"/ccl.html
+       use doc && dohtml "${DISTDIR}"/ccl.html
        use doc && dohtml -r examples
 }