From: Stefan Sauer Date: Wed, 26 Feb 2014 10:40:08 +0000 (+0100) Subject: docs: install prebuilt plugin docs if gtk-doc is disabled X-Git-Tag: 1.19.3~499^2~600 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e268ff1ba2a2a5edf8652eb1792b99287960926d;p=platform%2Fupstream%2Fgstreamer.git docs: install prebuilt plugin docs if gtk-doc is disabled Sync to the Makefile.am from gst-plugin-base where it is done right. Fixes #725034 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 2dacd31..11792cb 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,10 +1,14 @@ if ENABLE_GTK_DOC -GTK_DOC_DIRS = # plugins +if ENABLE_PLUGIN_DOCS +PLUGIN_DOCS_DIRS = plugins else -GTK_DOC_DIRS = +PLUGIN_DOCS_DIRS = +endif +else +PLUGIN_DOCS_DIRS = plugins endif -SUBDIRS = $(GTK_DOC_DIRS) +SUBDIRS = $(PLUGIN_DOCS_DIRS) DIST_SUBDIRS = # plugins EXTRA_DIST = \