tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / docs / Makefile.am
index 85cc087..4772ebc 100644 (file)
@@ -1,17 +1,23 @@
-if ENABLE_DOCBOOK
-SUBDIRS_DOCBOOK = faq manual pwg
+if ENABLE_GTK_DOC
+if ENABLE_PLUGIN_DOCS
+PLUGIN_DOCS_DIRS = plugins
 else
-SUBDIRS_DOCBOOK =
+PLUGIN_DOCS_DIRS =
+endif
+else
+PLUGIN_DOCS_DIRS = plugins
 endif
 
 BUILT_SOURCES = version.entities
 
-SUBDIRS = design gst libs plugins $(SUBDIRS_DOCBOOK)
-DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl
+SUBDIRS = gst libs $(PLUGIN_DOCS_DIRS)
+DIST_SUBDIRS = gst libs plugins
 
-EXTRA_DIST = \
-       manuals.mak htmlinstall.mak \
-       image-png image-pdf image-eps url.entities version.entities.in
+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
+
+libs: gst
+
+include $(top_srcdir)/common/parallel-subdirs.mak