commit:     a95c26c6d1a8d880163f964040e65ae1a22766ee
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 18:32:22 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 17:56:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95c26c6

sci-electronics/kicad: fix documentation install

Closes: https://bugs.gentoo.org/895328
Acked-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 sci-electronics/kicad/kicad-7.0.0-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/kicad/kicad-7.0.0-r1.ebuild 
b/sci-electronics/kicad/kicad-7.0.0-r1.ebuild
index 5371ccfee521..6e1f702ce060 100644
--- a/sci-electronics/kicad/kicad-7.0.0-r1.ebuild
+++ b/sci-electronics/kicad/kicad-7.0.0-r1.ebuild
@@ -143,10 +143,11 @@ src_install() {
        cmake_src_install
        python_optimize
 
+       dodoc doxygen/eagle-plugin-notes.txt
+
        if use doc ; then
-               dodoc uncrustify.cfg
-               cd Documentation || die
-               dodoc -r *.txt kicad_doxygen_logo.png 
notes_about_pcbnew_new_file_format.odt doxygen/.
+               cd doxygen || die
+               dodoc -r out/html/.
        fi
 }
 

Reply via email to