dfe9c3a6596d8f11da48f1e57e5c70bc52aab1cf
[platform/upstream/gstreamer.git] / docs / Makefile.am
1 if ENABLE_GTK_DOC
2 if ENABLE_PLUGIN_DOCS
3 PLUGIN_DOCS_DIRS = plugins
4 else
5 PLUGIN_DOCS_DIRS =
6 endif
7 else
8 PLUGIN_DOCS_DIRS = plugins
9 endif
10
11 SUBDIRS = $(PLUGIN_DOCS_DIRS)
12 DIST_SUBDIRS = plugins
13
14 EXTRA_DIST = version.entities.in
15
16 upload:
17         @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
18
19 -include $(top_srcdir)/git.mk