Update man path in Makefile

This commit is contained in:
Ben S 2015-06-07 16:52:28 +01:00
parent aa6f4a846a
commit 4635481f13

View File

@ -16,7 +16,7 @@ INSTALL = $(PREFIX)/bin/exa
$(INSTALL):
cp target/release/exa $(PREFIX)/bin/
cp man/*.1 $(PREFIX)/share/man/man1/
cp contrib/man/*.1 $(PREFIX)/share/man/man1/
install: build $(INSTALL)