commit:     85436ec0889c6c388ba85a42d5ece145db1a15a6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 18:49:54 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 18:49:54 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85436ec0

[eclass] Make doxygen generation work again.

---
 eclass/kde5.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 4700f92..c24bcf6 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -399,7 +399,7 @@ kde5_src_compile() {
 
        # Build doxygen documentation if applicable
        if use_if_iuse doc ; then
-               kgenapidox --doxdatadir=/usr/share/doc/HTML/en/common/ . || die
+               kgenapidox . || die
        fi
 }
 
@@ -442,7 +442,7 @@ kde5_src_install() {
 
        # Install doxygen documentation if applicable
        if use_if_iuse doc ; then
-               dohtml -r ${P}-apidocs/html/*
+               dohtml -r apidocs/html/*
        fi
 
        cmake-utils_src_install

Reply via email to