GNUmakefile: ordering fix for building gem
[ruby_posix_mq.git] / GNUmakefile
blob5096a6169283e98ee22b3e1f3049a09754baafc0
1 all::
2 PLACEHOLDERS = posix-mq-rb_1
3 RSYNC_DEST := bogomips.org:/srv/bogomips/ruby_posix_mq
4 rfpackage := posix_mq
6 base_bins := posix-mq-rb
7 bins := $(addprefix bin/, $(base_bins))
8 man1_rdoc := $(addsuffix _1, $(base_bins))
9 man1_bins := $(addsuffix .1, $(base_bins))
10 man1_paths := $(addprefix man/man1/, $(man1_bins))
12 clean:
13 -$(MAKE) -C Documentation clean
15 man html:
16 $(MAKE) -C Documentation install-$@
18 pkg_extra += $(man1_paths)
19 $(man1_paths): man
20 include pkg.mk
22 doc::
23 install -m644 COPYING-GPL2 doc/COPYING-GPL2
24 .PHONY: man html