From: Andreas Sturmlechner Date: Sun, 5 Jul 2015 19:57:30 +0000 (+0200) Subject: kde5.eclass: Add KDE_DOC_DIR variable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f3b24193eec5b25b278c8c23194fd9b9c91f5192;p=gentoo.git kde5.eclass: Add KDE_DOC_DIR variable Defaults to "doc". Otherwise, use alternative KDE handbook path. --- diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 384ccb9daf31..d5582a360b3f 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -77,6 +77,11 @@ fi # generate and install KDE handbook. : ${KDE_HANDBOOK:=false} +# @ECLASS-VARIABLE: KDE_DOC_DIR +# @DESCRIPTION: +# Defaults to "doc". Otherwise, use alternative KDE handbook path. +: ${KDE_DOC_DIR:=doc} + # @ECLASS-VARIABLE: KDE_TEST # @DESCRIPTION: # If set to "false", do nothing. @@ -366,7 +371,7 @@ kde5_src_prepare() { # only enable handbook when required if ! use_if_iuse handbook ; then - comment_add_subdirectory doc + comment_add_subdirectory ${KDE_DOC_DIR} fi # enable only the requested translations @@ -387,8 +392,8 @@ kde5_src_prepare() { popd > /dev/null fi - if [[ ${KDE_HANDBOOK} = true ]] ; then - pushd doc > /dev/null + if [[ ${KDE_HANDBOOK} = true && -d ${KDE_DOC_DIR} ]] ; then + pushd ${KDE_DOC_DIR} > /dev/null for lang in *; do if ! has ${lang} ${LINGUAS} ; then comment_add_subdirectory ${lang}