summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-07 17:06:39 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-10-07 17:06:39 +0100
commit4befb6a7fc6a1d9fee94ede202838737a45a05fe (patch)
tree34712b00ba67f622312d408fe1cec27bf2c5bcb4 /docs/Makefile.am
parent7d26d8b22764d54b9077ce4a665009e85ba8a356 (diff)
docs: add 'make upload' target for docs/ for new-release script
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index a99c90f36..860b98989 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -16,3 +16,6 @@ DIST_SUBDIRS = libs plugins
EXTRA_DIST = \
random/ChangeLog-0.8 \
version.entities.in
+
+upload:
+ @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi