app-doc/mathjax-docs: Remove the doc symlink as it violates QA

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2022-01-30 12:43:50 +00:00
parent 6cbf0583ce
commit ab3cf7ddad

View File

@@ -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}
}