docs: Add make upload
authorThibault Saunier <thibault.saunier@collabora.com>
Sun, 25 Nov 2012 19:11:17 +0000 (16:11 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Sun, 25 Nov 2012 19:11:17 +0000 (16:11 -0300)
docs/Makefile.am

index f782512..40d622a 100644 (file)
@@ -9,3 +9,6 @@ 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