tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / docs / Makefile.am
index 813a5fa..4772ebc 100644 (file)
@@ -10,12 +10,10 @@ endif
 
 BUILT_SOURCES = version.entities
 
-SUBDIRS = design gst libs $(PLUGIN_DOCS_DIRS)
-DIST_SUBDIRS = design gst libs plugins 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 list-ulink.xsl
+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