Skip to content

Commit

Permalink
eclass/docs: quick fix
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
  • Loading branch information
AndrewAmmerlaan committed Dec 6, 2020
1 parent f0f107b commit 36c1cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/docs.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ doxygen_compile() {
mkdir -p "${DOCS_OUTDIR}" || die

pushd "${DOCS_DIR}" || die
(cat "${doxyfile}" ; echo "HTML_OUTPUT=${DOCS_OUTDIR}") | doxygen "${DOCS_EXTRA_ARGS}" - || die "${FUNCNAME}: doxygen failed"
(cat "${DOCS_CONFIG_NAME}" ; echo "HTML_OUTPUT=${DOCS_OUTDIR}") | doxygen - "${DOCS_EXTRA_ARGS}" || die "${FUNCNAME}: doxygen failed"
popd || die
}

Expand Down

0 comments on commit 36c1cbe

Please sign in to comment.