about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-30 18:25:48 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-30 18:26:06 +0000
commit7674ebfa5364a6b8a01b6552f8e9f40f6775b141 (patch)
treecdc0de3f738cb8a46b1465038670d9e106bae649 /GNUmakefile
parent2a2b451dc7878ad0eebfed27cf874b279c363eb4 (diff)
downloadlocal-openid-7674ebfa5364a6b8a01b6552f8e9f40f6775b141.tar.gz
Rakefile: kill raa_update task
RAA is dead
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2928059..f413c90 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -5,6 +5,5 @@ rfpackage := local-openid
 include pkg.mk
 ifneq ($(VERSION),)
 release::
-        $(RAKE) raa_update VERSION=$(VERSION)
         $(RAKE) publish_news VERSION=$(VERSION)
 endif