dev-util/blueprint-compiler: Sync live ebuild

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao
2022-11-29 13:50:33 -08:00
parent 9bbbca1c45
commit d3681c70b5

View File

@@ -80,13 +80,9 @@ src_install() {
meson_src_install
python_doscript "${exe}"
python_optimize
# Install Sphinx-generated documentation only once
# since the documentation is supposed to be identical
# between different Python implementations
use doc && HTML_DOCS=( "${BUILD_DIR}/docs"/* )
}
python_foreach_impl my_src_install
use doc && build_sphinx docs
einstalldocs
}