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
This commit is contained in:
Stefan Sauer 2014-02-26 11:29:45 +01:00
parent a2d00122ed
commit c886d78f6d

View file

@ -1,8 +1,12 @@
if ENABLE_GTK_DOC
if ENABLE_PLUGIN_DOCS if ENABLE_PLUGIN_DOCS
PLUGIN_DOCS_DIRS = plugins PLUGIN_DOCS_DIRS = plugins
else else
PLUGIN_DOCS_DIRS = PLUGIN_DOCS_DIRS =
endif endif
else
PLUGIN_DOCS_DIRS = plugins
endif
SUBDIRS = $(PLUGIN_DOCS_DIRS) SUBDIRS = $(PLUGIN_DOCS_DIRS)
DIST_SUBDIRS = plugins DIST_SUBDIRS = plugins