about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c53b494..e7e9df1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,20 +1,14 @@
 all::
 RSYNC_DEST := zbatery.bogomip.org:/srv/zbatery
-rfproject := rainbows
 rfpackage := zbatery
+PLACEHOLDERS := zbatery_1
+
 man-rdoc: man html
-        for i in $(man1_rdoc); do echo > $$i; done
 doc:: man-rdoc
 include pkg.mk
-ifneq ($(VERSION),)
-release::
-        $(RAKE) publish_news VERSION=$(VERSION)
-        $(RAKE) fm_update VERSION=$(VERSION)
-endif
 
 base_bins := zbatery
 bins := $(addprefix bin/, $(base_bins))
-man1_rdoc := $(addsuffix _1, $(base_bins))
 man1_bins := $(addsuffix .1, $(base_bins))
 man1_paths := $(addprefix man/man1/, $(man1_bins))
 clean:
@@ -22,9 +16,9 @@ clean:
 
 man html:
         $(MAKE) -C Documentation install-$@
+
 pkg_extra += $(man1_paths)
 doc::
-        $(RM) $(man1_rdoc)
 
 all:: test
 test: