summaryrefslogtreecommitdiff
path: root/net-libs/msgraph/msgraph-0.2.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/msgraph/msgraph-0.2.3.ebuild')
-rw-r--r--net-libs/msgraph/msgraph-0.2.3.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
index 93f661c2f493..971a3c614797 100644
--- a/net-libs/msgraph/msgraph-0.2.3.ebuild
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -45,3 +45,11 @@ src_configure() {
)
meson_src_configure
}
+
+src_install(){
+ meson_install
+ if use gtk-doc; then
+ mkdir -p "${ED}"/usr/share/gtk-doc/html || die
+ mv "${ED}"/usr/share/doc/msgraph-* "${ED}"/usr/share/gtk-doc/html || die
+ fi
+}