about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-06 11:10:19 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-06 11:10:19 -0700
commit0a79e0cde133155144dbd52d56f1259f24d46ea3 (patch)
treeab933a96de4226baebd846a102ec861431b2072b /GNUmakefile
parent2db033e1285da6dc4e9c3e2a9519de776666a0cc (diff)
downloadunicorn-0a79e0cde133155144dbd52d56f1259f24d46ea3.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dab0e96..ca25518 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -281,6 +281,8 @@ release: verify package $(release_notes) $(release_changes)
         # in case of gem downloads from RubyForge releases page
         -rubyforge add_file \
           $(rfproject) $(rfpackage) $(VERSION) $(pkggem)
+        $(RAKE) raa_update VERSION=$(VERSION)
+        $(RAKE) fm_update VERSION=$(VERSION)
 else
 gem install-gem: GIT-VERSION-FILE
         $(MAKE) $@ VERSION=$(GIT_VERSION)