diff options
-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 |