diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-27 13:09:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-27 13:09:56 -0400 |
commit | 3490843fa5763d8d1b7fa8b17ccc2f779bf921c4 (patch) | |
tree | 7184d37c7f1e8ef5d77d91a5625439ead9272056 /Makefile | |
parent | db560f238f6262ab83f354f5128b9a8ced469a96 (diff) |
use new mans target for install-mans, fixing OSX build
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 $@ -install-mans: $(mans) +install-mans: mans install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1 install -m 0644 $(mans) $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1 |