diff options
Diffstat (limited to 'app-crypt/qca')
| -rw-r--r-- | app-crypt/qca/qca-2.1.0.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild index d3d1819833b..d42d434db45 100644 --- a/app-crypt/qca/qca-2.1.0.3.ebuild +++ b/app-crypt/qca/qca-2.1.0.3.ebuild @@ -113,7 +113,7 @@ src_install() { if use doc; then pushd "${BUILD_DIR}" >/dev/null - doxygen Doxyfile || die + doxygen Doxyfile.in || die dohtml apidocs/html/* popd >/dev/null fi @@ -122,6 +122,8 @@ src_install() { insinto /usr/share/doc/${PF} doins -r "${S}"/examples fi + + cmake-utils_src_install } src_test() { |
