mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user