about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-30 18:20:45 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-30 18:20:45 +0000
commit56925269d8f94162dcc6c8004f82409115c4ed87 (patch)
treefe063d18b38a5aa3be0545b3e1b0ec95b14ad9c3 /GNUmakefile
parentecaa8be47db5bc9cd1da445836f889acc0b1f660 (diff)
downloadzbatery-56925269d8f94162dcc6c8004f82409115c4ed87.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 1676616..c53b494 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -8,7 +8,6 @@ doc:: man-rdoc
 include pkg.mk
 ifneq ($(VERSION),)
 release::
-        $(RAKE) raa_update VERSION=$(VERSION)
         $(RAKE) publish_news VERSION=$(VERSION)
         $(RAKE) fm_update VERSION=$(VERSION)
 endif