commit: d3681c70b58b378a02e74fc5abe9367f8ad5e782
Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Tue Nov 29 21:50:33 2022 +0000
Commit: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
CommitDate: Tue Nov 29 21:53:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3681c70
dev-util/blueprint-compiler: Sync live ebuild
Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
index 65b53ce6a..4d9743646 100644
--- a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
+++ b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
@@ -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
}