diff options
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 2b9075b7..762d93b2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,5 +1,11 @@ +if ENABLE_PLUGIN_DOCS +PLUGIN_DOCS_DIRS = plugins +else +PLUGIN_DOCS_DIRS = +endif + if ENABLE_GTK_DOC -GTK_DOC_DIRS = plugins +GTK_DOC_DIRS = $(PLUGINS_DOCS_DIRS) else GTK_DOC_DIRS = endif |