summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f782512c1a..9f9f150bb3 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