aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 13:09:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 13:09:56 -0400
commit3490843fa5763d8d1b7fa8b17ccc2f779bf921c4 (patch)
tree7184d37c7f1e8ef5d77d91a5625439ead9272056
parentdb560f238f6262ab83f354f5128b9a8ced469a96 (diff)
use new mans target for install-mans, fixing OSX build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25f34416c..d6fb1a110 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ git-union-merge.1: doc/git-union-merge.mdwn
git-union-merge:
$(GHC) --make -threaded $@
-install-mans: $(mans)
+install-mans: mans
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1
install -m 0644 $(mans) $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1