Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498960
Collapse All | Expand All

(-)/usr/portage/dev-python/sphinx/sphinx-1.2.1.ebuild (-1 / +1 lines)
Lines 49-55 Link Here
49
}
49
}
50
50
51
python_compile_all() {
51
python_compile_all() {
52
	use doc && emake -C doc SPHINXBUILD="${PYTHON} -m sphinx.__init__" html
52
	use doc && emake -C doc SPHINXBUILD='"${PYTHON}" "${S}/sphinx-build.py"' html
53
}
53
}
54
54
55
python_test() {
55
python_test() {

Return to bug 498960