should fix man installation dir on osxapp
This commit is contained in:
parent
6ac462a0f2
commit
3c90544635
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ git-union-merge.1: doc/git-union-merge.mdwn
|
||||||
git-union-merge:
|
git-union-merge:
|
||||||
$(GHC) --make -threaded $@
|
$(GHC) --make -threaded $@
|
||||||
|
|
||||||
SHAREDIR=share
|
SHAREDIR?=share
|
||||||
|
|
||||||
install-mans: $(mans)
|
install-mans: $(mans)
|
||||||
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1
|
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1
|
||||||
|
|
Loading…
Reference in a new issue