diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-09 17:12:14 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-09 17:12:37 -0500 |
commit | 4d5290f4b693cc13b14170010c50326a20e19619 (patch) | |
tree | 20bf74c6f086fb94453f394111c739b4494a8a80 /dev-tex/sketch | |
parent | dev-tex/translator: bump EAPI and stuff (diff) | |
download | gentoo-4d5290f4b693cc13b14170010c50326a20e19619.tar.gz gentoo-4d5290f4b693cc13b14170010c50326a20e19619.tar.bz2 gentoo-4d5290f4b693cc13b14170010c50326a20e19619.zip |
dev-tex/sketch: Fix doc QA warnings
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex/sketch')
-rw-r--r-- | dev-tex/sketch/sketch-0.3.7.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-tex/sketch/sketch-0.3.7.ebuild b/dev-tex/sketch/sketch-0.3.7.ebuild index 2e24cc537c14..ac587f8b176b 100644 --- a/dev-tex/sketch/sketch-0.3.7.ebuild +++ b/dev-tex/sketch/sketch-0.3.7.ebuild @@ -31,16 +31,12 @@ src_install() { dobin sketch edos2unix Doc/sketch.info doinfo Doc/sketch.info - dodoc -r updates.htm + dodoc updates.htm - if use doc ; then - insinto /usr/share/doc/${PF} - doins Doc/sketch.pdf - dodoc -r Doc/sketch/* - fi + use doc && dodoc -r Doc/* - if use examples ; then - insinto /usr/share/doc/${PF}/examples - doins Data/* + if use examples; then + docinto examples + dodoc -r Data/* fi } |