*/*: [QA] Remove redundant --docdir/--htmldir

Closes: https://github.com/gentoo/gentoo/pull/14742
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-23 15:16:51 +01:00
parent 5b6a443003
commit 24d75f9c53
247 changed files with 172 additions and 532 deletions

View File

@@ -50,7 +50,6 @@ src_configure() {
[[ ${EPYTHON/.*} = "python2" ]] && apidocs=$(use_enable doc api-docs)
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--disable-html-docs \
${apidocs} \
PYTHON_INCLUDES="$(${PYTHON_CONFIG} --includes)" \