diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-23 22:43:08 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-23 22:43:08 +0000 |
commit | 2b3f876d7cbcc791dc7807edeb42034f91126036 (patch) | |
tree | bafad39c8c0abb7a583860f68f69043ff4524b77 /docs/Makefile.am | |
parent | d006b0680f9e1c6dde993efa56dafde61d51429f (diff) |
releasing 0.9.4
Original commit message from CVS:
releasing 0.9.4
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index cc33c25ee..811eaa983 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -12,5 +12,5 @@ EXTRA_DIST = \ upload.mak \ version.entities.in -#upload: -# @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi +upload: + @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi |