about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-16 20:12:31 +0000
committerEric Wong <e@80x24.org>2015-01-16 20:12:31 +0000
commit75eb7da0b52039c5ce40b48889e6bc8199b281d6 (patch)
tree19dd240f8d8007765c971416735702be2a3951d4
parent060ec9240134bc759d3966360a79825743e3de16 (diff)
downloadruby_posix_mq-75eb7da0b52039c5ce40b48889e6bc8199b281d6.tar.gz
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7565dda..5096a61 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,6 @@ all::
 PLACEHOLDERS = posix-mq-rb_1
 RSYNC_DEST := bogomips.org:/srv/bogomips/ruby_posix_mq
 rfpackage := posix_mq
-include pkg.mk
 
 base_bins := posix-mq-rb
 bins := $(addprefix bin/, $(base_bins))
@@ -17,8 +16,9 @@ man html:
         $(MAKE) -C Documentation install-$@
 
 pkg_extra += $(man1_paths)
+$(man1_paths): man
+include pkg.mk
 
 doc::
         install -m644 COPYING-GPL2 doc/COPYING-GPL2
-        $(RM) $(man1_rdoc)
 .PHONY: man html