From c886d78f6d18d8e90937bdb1a51257b93d99585a Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Wed, 26 Feb 2014 11:29:45 +0100 Subject: [PATCH] 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 --- docs/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index 10847b58eb..8ff41fee10 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