sys-apps/dool: place html docs in the right directory

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2024-09-30 09:40:44 +02:00
parent 0b409bb5af
commit a4689956d8
2 changed files with 8 additions and 2 deletions

View File

@@ -59,7 +59,10 @@ src_install() {
einstalldocs
dodoc examples/{mstat,read}.py docs/*.html
dodoc examples/{mstat,read}.py
docinto html
dodoc docs/*.html
}
src_test() {

View File

@@ -59,7 +59,10 @@ src_install() {
einstalldocs
dodoc examples/{mstat,read}.py docs/*.html
dodoc examples/{mstat,read}.py
docinto html
dodoc docs/*.html
}
src_test() {