summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-02-01 16:17:26 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-02-01 16:17:26 +0700
commitc277b9ebfa91254bc2cd4716f748cd3f03b2a562 (patch)
tree8d3af5781cb85d8d8b4b09baa33841f00fa20e42
parentsci-mathematics/nestedsums: ebuild improvements (diff)
downloadgentoo-c277b9eb.tar.gz
gentoo-c277b9eb.tar.bz2
gentoo-c277b9eb.zip
sci-mathematics/form: ebuild improvements
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
-rw-r--r--sci-mathematics/form/form-4.2.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-mathematics/form/form-4.2.1.ebuild b/sci-mathematics/form/form-4.2.1.ebuild
index c42c2a499f2c..bcf556c29621 100644
--- a/sci-mathematics/form/form-4.2.1.ebuild
+++ b/sci-mathematics/form/form-4.2.1.ebuild
@@ -69,14 +69,13 @@ src_compile() {
src_install() {
default
if use devref; then
- insinto /usr/share/doc/${PF}
- doins doc/devref/devref.pdf
+ dodoc doc/devref/devref.pdf
fi
if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/manual/manual.pdf
+ dodoc doc/manual/manual.pdf
fi
if use doxygen; then
- dohtml -r doc/doxygen/html/*
+ docinto html
+ dodoc -r doc/doxygen/html/.
fi
}