about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ef19cb3..7565dda 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,15 +1,8 @@
 all::
+PLACEHOLDERS = posix-mq-rb_1
 RSYNC_DEST := bogomips.org:/srv/bogomips/ruby_posix_mq
-rfproject := qrp
 rfpackage := posix_mq
-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)
-endif
 
 base_bins := posix-mq-rb
 bins := $(addprefix bin/, $(base_bins))