--- a/sys-devel/llvm/llvm-3.2.ebuild +++ a/sys-devel/llvm/llvm-3.2.ebuild @@ -151,7 +151,8 @@ src_compile() { emake VERBOSE=1 KEEP_SYMBOLS=1 REQUIRES_RTTI=1 if use doc; then - emake -C docs -f Makefile.sphinx man html + emake -C docs -f Makefile.sphinx man + emake -C docs -f Makefile.sphinx html fi # emake -C docs -f Makefile.sphinx html