about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 08008f3..574fffd 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -14,5 +14,4 @@ test: test-ext test-pure
 ifneq ($(VERSION),)
 release::
         $(RAKE) publish_news VERSION=$(VERSION)
-        $(RAKE) raa_update VERSION=$(VERSION)
 endif