commit: feaee98076362e48df568e9d8c1b063f35b9cbb0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 14:15:43 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 14:15:43 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=feaee980
[app-crypt/qca] Fix doxygen.
Package-Manager: portage-2.2.14
---
app-crypt/qca/qca-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index ced22b0..9095c40 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-9999.ebuild
@@ -101,7 +101,7 @@ src_compile() {
if use doc; then
pushd "${BUILD_DIR}" > /dev/null
- doxygen Doxyfile || die
+ doxygen . || die
popd > /dev/null
fi
}
@@ -115,8 +115,8 @@ src_install() {
if use doc; then
pushd "${BUILD_DIR}" > /dev/null
- dohtml apidocs/html/*
- popd >/dev/null
+ dodoc -r html
+ popd > /dev/null
fi
if use examples; then