app-portage/eclass-manpages: fail when there are errors in eclass docs

This will get people to file bugs when developers break the documentation.
This commit is contained in:
Mike Frysinger
2015-08-14 00:25:47 -04:00
parent c2af4e0908
commit 277e745943

View File

@@ -30,9 +30,9 @@ src_compile() {
for o in ${PORTDIR_OVERLAY} ; do
e="${o}/eclass"
[[ -d ${e} ]] || continue
genit "${e}"
genit "${e}" || die
done
genit
genit || die
}
src_install() {