dev-util/blueprint-compiler: Build documentation in src_compile

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao
2022-12-05 13:16:00 -08:00
parent 9d6929a2a5
commit c5f19fe7a7
2 changed files with 2 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ src_configure() {
src_compile() {
python_foreach_impl meson_src_compile
use doc && build_sphinx docs
}
src_test() {
@@ -83,6 +84,4 @@ src_install() {
}
python_foreach_impl my_src_install
use doc && build_sphinx docs
einstalldocs
}

View File

@@ -53,6 +53,7 @@ src_configure() {
src_compile() {
python_foreach_impl meson_src_compile
use doc && build_sphinx docs
}
src_test() {
@@ -83,6 +84,4 @@ src_install() {
}
python_foreach_impl my_src_install
use doc && build_sphinx docs
einstalldocs
}