tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / docs / Makefile.am
index bc4be8c..4772ebc 100644 (file)
@@ -1,8 +1,23 @@
-SUBDIRS = 
-if HAVE_GTK_DOC
-  SUBDIRS += gst 
+if ENABLE_GTK_DOC
+if ENABLE_PLUGIN_DOCS
+PLUGIN_DOCS_DIRS = plugins
+else
+PLUGIN_DOCS_DIRS =
 endif
+else
+PLUGIN_DOCS_DIRS = plugins
+endif
+
+BUILT_SOURCES = version.entities
+
+SUBDIRS = gst libs $(PLUGIN_DOCS_DIRS)
+DIST_SUBDIRS = gst libs plugins
+
+EXTRA_DIST = version.entities.in list-ulink.xsl
+
+upload:
+       @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
 
-DIST_SUBDIRS = gst manual
+libs: gst
 
-EXTRA_DIST = random slides
+include $(top_srcdir)/common/parallel-subdirs.mak