X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2FMakefile.am;h=9f9f150bb39704b8f8cb0b23cb07aeef372eac67;hb=287345f6ac3becdcc1dbd2397d4cbe323ddf1879;hp=f782512c1ad54bbc18b6e6b58bae85e95c47958a;hpb=fc12ade012a19f321de4a643c4068e9faca7cf39;p=platform%2Fupstream%2Fgstreamer.git diff --git a/docs/Makefile.am b/docs/Makefile.am index f782512..9f9f150 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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