about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-30 18:23:14 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-30 18:23:14 +0000
commit9ad3bb46d74db7afba04beac9ad79e8031122406 (patch)
tree946b4c2ff88f1703f31d63e0ae010073c18fb9a5 /GNUmakefile
parentcba0da81fba19aab000858aaf98b1f5383be07c9 (diff)
downloadkcar-9ad3bb46d74db7afba04beac9ad79e8031122406.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 6df9c5e..b370afe 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -12,6 +12,5 @@ $(ext_pfx)/$(ext)/kcar.c: ext/kcar/kcar.c
 $(ext_pfx)/$(ext)/Makefile: ext/kcar/kcar.c
 ifneq ($(VERSION),)
 release::
-        $(RAKE) raa_update VERSION=$(VERSION)
         $(RAKE) publish_news VERSION=$(VERSION)
 endif