about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-30 18:16:42 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-30 18:16:42 +0000
commite7cb48172ca714beb03f858ab73fc60ae0521e78 (patch)
tree20656907e54d670f3c0f17e2cb2f7c82e68ec0d9
parent2b836fe70b8df7c4d811528669bdada449684ba1 (diff)
downloadclogger-e7cb48172ca714beb03f858ab73fc60ae0521e78.tar.gz
RAA is still dead.
-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