diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-30 12:43:50 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-30 12:43:50 +0000 |
commit | ab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86 (patch) | |
tree | f95b689671ea00a1244f55728ab2bcf3cd18056c /app-doc/mathjax-docs | |
parent | app-doc/mathjax-docs: Use the python-any-r1 eclass (diff) | |
download | gentoo-ab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86.tar.gz gentoo-ab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86.tar.bz2 gentoo-ab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86.zip |
app-doc/mathjax-docs: Remove the doc symlink as it violates QA
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-doc/mathjax-docs')
-rw-r--r-- | app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 10 |
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} -} |