summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/form/form-4.2.1.ebuild')
-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
}