From e7cb48172ca714beb03f858ab73fc60ae0521e78 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 Sep 2013 18:16:42 +0000 Subject: [PATCH] GNUmakefile: kill raa_update invocation RAA is still dead. --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.4.GIT