summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild')
-rw-r--r--app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index d95a45b56f11..dcac1ed0a6dc 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -24,6 +24,10 @@ BDEPEND="
')
"
+DOCS=(
+ README.md
+)
+
src_prepare() {
default
egit_clean
@@ -32,9 +36,3 @@ src_prepare() {
src_compile() {
build_sphinx "${S}"
}
-
-src_install() {
- local DOCS=( README.md )
- default
- dosym ${P} /usr/share/doc/${PN}-${SLOT}
-}