Skip to content

Commit

Permalink
media-libs/gst-plugins-ugly: install gtk-doc documentation
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
  • Loading branch information
EvaSDK committed Oct 25, 2015
1 parent 89b282f commit 53aeaf3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions media-libs/gst-plugins-ugly/gst-plugins-ugly-1.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.12
"

multilib_src_configure() {
gstreamer_multilib_src_configure

if multilib_is_native_abi; then
ln -s "${S}"/docs/plugins/html docs/plugins/html || die
fi

}

multilib_src_install_all() {
DOCS="AUTHORS ChangeLog NEWS README RELEASE"
einstalldocs
Expand Down

0 comments on commit 53aeaf3

Please sign in to comment.