From 4d5290f4b693cc13b14170010c50326a20e19619 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 9 Nov 2019 17:12:14 -0500 Subject: dev-tex/sketch: Fix doc QA warnings Signed-off-by: Aaron Bauman --- dev-tex/sketch/sketch-0.3.7.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'dev-tex') 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 } -- cgit v1.2.3-65-gdbad