mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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:
parent
a2d00122ed
commit
c886d78f6d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue