tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / docs / Makefile.am
index 55b089a..4772ebc 100644 (file)
@@ -1,21 +1,23 @@
 if ENABLE_GTK_DOC
-SUBDIRS_GTK_DOC = gst libs
+if ENABLE_PLUGIN_DOCS
+PLUGIN_DOCS_DIRS = plugins
 else
-SUBDIRS_GTK_DOC =
+PLUGIN_DOCS_DIRS =
 endif
-
-if ENABLE_DOCBOOK
-SUBDIRS_DOCBOOK = faq manual pwg
 else
-SUBDIRS_DOCBOOK =
+PLUGIN_DOCS_DIRS = plugins
 endif
 
-SUBDIRS = $(SUBDIRS_DOCBOOK) $(SUBDIRS_GTK_DOC)
-DIST_SUBDIRS = gst faq manual pwg libs xsl
+BUILT_SOURCES = version.entities
+
+SUBDIRS = gst libs $(PLUGIN_DOCS_DIRS)
+DIST_SUBDIRS = gst libs plugins
 
-EXTRA_DIST = \
-       slides manuals.mak htmlinstall.mak upload.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