diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-02-20 18:32:22 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-02-21 17:56:20 +0000 |
commit | a95c26c6d1a8d880163f964040e65ae1a22766ee (patch) | |
tree | 31097ff0ad72cca10df110b5d06498f03cf72ea9 | |
parent | x11-misc/arandr: drop 0.1.10-r3 (diff) | |
download | gentoo-a95c26c6d1a8d880163f964040e65ae1a22766ee.tar.gz gentoo-a95c26c6d1a8d880163f964040e65ae1a22766ee.tar.bz2 gentoo-a95c26c6d1a8d880163f964040e65ae1a22766ee.zip |
sci-electronics/kicad: fix documentation install
Closes: https://bugs.gentoo.org/895328
Acked-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Matthew Smith <matthew@gentoo.org>
-rw-r--r-- | sci-electronics/kicad/kicad-7.0.0-r1.ebuild | 7 |
1 files 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 } |