|
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() { |