Sha256: a24ffcfc40b7884fd767d269a3e1f781b53155560b4c7401d0dea2ddf872e731

Contents?: true

Size: 718 Bytes

Versions: 4

Compression:

Stored size: 718 Bytes

Contents

all::
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) raa_update VERSION=$(VERSION)
	$(RAKE) publish_news VERSION=$(VERSION)
endif

base_bins := posix-mq-rb
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:
	-$(MAKE) -C Documentation clean

man html:
	$(MAKE) -C Documentation install-$@

pkg_extra += $(man1_paths)

doc::
	install -m644 COPYING-GPL2 doc/COPYING-GPL2
	$(RM) $(man1_rdoc)
.PHONY: man html

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
posix_mq-2.0.0 GNUmakefile
posix_mq-1.0.0 GNUmakefile
posix_mq-0.8.0pre GNUmakefile
posix_mq-0.7.0 GNUmakefile