commit:     fd7cd91f67b17c77aac62e063a5a3a839d504aaf
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Fri Dec  6 02:18:08 2024 +0000
Commit:     Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Fri Dec  6 20:45:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd7cd91f

dev-lua/binaryheap: add doc and example

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>

 dev-lua/binaryheap/binaryheap-0.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lua/binaryheap/binaryheap-0.4.ebuild 
b/dev-lua/binaryheap/binaryheap-0.4.ebuild
index b3b85c720..748d1e13e 100644
--- a/dev-lua/binaryheap/binaryheap-0.4.ebuild
+++ b/dev-lua/binaryheap/binaryheap-0.4.ebuild
@@ -58,5 +58,7 @@ lua_src_install() {
 
 src_install() {
        lua_foreach_impl lua_src_install
+       local HTML_DOCS=( docs )
+       dodoc -r "examples"
        einstalldocs
 }

Reply via email to