about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-30 18:19:49 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-30 18:19:49 +0000
commit008269885bcf1bbf99059d752970969f573d8867 (patch)
tree36f6cafddfa1b821641cc6a4bdb15cb0d8561629 /GNUmakefile
parentaf09f23d530dd018bfd074a81d679a6ac815165e (diff)
downloadrainbows-008269885bcf1bbf99059d752970969f573d8867.tar.gz
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 5fb780c..2e34cd9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -11,7 +11,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