about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 49a7c17..35a07bc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,5 @@
 all::
 RSYNC_DEST := clogger.bogomips.org:/srv/clogger/
-rfproject := clogger
 rfpackage := clogger
 include pkg.mk
 test-ext:
@@ -11,7 +10,3 @@ test-pure:
 test: test-ext test-pure
 
 .PHONY: test-ext test-pure
-ifneq ($(VERSION),)
-release::
-        $(RAKE) publish_news VERSION=$(VERSION)
-endif