From: Eric Wong Date: Mon, 30 Sep 2013 18:16:42 +0000 (+0000) Subject: GNUmakefile: kill raa_update invocation X-Git-Tag: v1.4.0~9 X-Git-Url: https://repo.or.cz/w/clogger.git/commitdiff_plain/e7cb48172ca714beb03f858ab73fc60ae0521e78 GNUmakefile: kill raa_update invocation RAA is still dead. --- 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