rtsp-client: Use fixed backlog size
[platform/upstream/gstreamer.git] / docs / Makefile.am
index f782512..9f9f150 100644 (file)
@@ -9,3 +9,12 @@ DIST_SUBDIRS = libs
 
 EXTRA_DIST = \
        version.entities.in
+
+upload:
+       @if test "x$(SUBDIRS)" != x; then \
+         for a in $(SUBDIRS); do \
+           cd $$a; \
+           make upload; \
+           cd ..; \
+         done; \
+       fi