summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-15 16:40:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-15 16:40:35 -0400
commitde3d81de188e23e9843061b93441d13b2429de37 (patch)
treec97173738f5a7dc93026d6349391d9a102f90394 /Makefile
parent8bd4f769e8042d027a5a8f1085bd2eefab30b397 (diff)
should fix man installation dir on osxapp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1fdfd0cc..811803c87 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ git-union-merge.1: doc/git-union-merge.mdwn
git-union-merge:
$(GHC) --make -threaded $@
-SHAREDIR=share
+SHAREDIR?=share
install-mans: $(mans)
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1