diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-15 16:40:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-15 16:40:35 -0400 |
commit | de3d81de188e23e9843061b93441d13b2429de37 (patch) | |
tree | c97173738f5a7dc93026d6349391d9a102f90394 /Makefile | |
parent | 8bd4f769e8042d027a5a8f1085bd2eefab30b397 (diff) |
should fix man installation dir on osxapp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |