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

(-)a/flask-restless-0.11.0-r1.ebuild (-1 / +1 lines)
Lines 41-52 Link Here
41
			eerror ""
41
			eerror ""
42
			die
42
			die
43
		fi
43
		fi
44
	fi
45
		# Changes connect to read issues @ github
44
		# Changes connect to read issues @ github
46
		rm -f docs/changelog.rst
45
		rm -f docs/changelog.rst
47
		einfo "Generating html docs for ${PN}"
46
		einfo "Generating html docs for ${PN}"
48
		PYTHONPATH=${PYTHONPATH}"${S}"/docs emake -C docs html \
47
		PYTHONPATH=${PYTHONPATH}"${S}"/docs emake -C docs html \
49
			|| die "Generating html docs for ${PN} failed"
48
			|| die "Generating html docs for ${PN} failed"
49
	fi
50
}
50
}
51
51
52
python_test() {
52
python_test() {

Return to bug 486598