diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2014-02-26 11:29:45 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2014-02-26 11:31:44 +0100 |
commit | c886d78f6d18d8e90937bdb1a51257b93d99585a (patch) | |
tree | f987e2000b12e096e1155dc0e4220250fdecc1e8 /docs | |
parent | a2d00122ed7c6ba57956eddbc3d7b3719da16198 (diff) |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 10847b58e..8ff41fee1 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,8 +1,12 @@ +if ENABLE_GTK_DOC if ENABLE_PLUGIN_DOCS PLUGIN_DOCS_DIRS = plugins else PLUGIN_DOCS_DIRS = endif +else +PLUGIN_DOCS_DIRS = plugins +endif SUBDIRS = $(PLUGIN_DOCS_DIRS) DIST_SUBDIRS = plugins |