diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild index ff9004696c..cad47eda53 100644 --- a/x11-wm/phoc/phoc-0.35.0.ebuild +++ b/x11-wm/phoc/phoc-0.35.0.ebuild @@ -61,6 +61,11 @@ src_test() { src_install() { meson_src_install + if use gtk-doc; then + mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die + mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die + fi + newbin helpers/auto-maximize phoc-auto-maximize newbin helpers/scale-to-fit phoc-scale-to-fit }