From 4635481f130d43feae098d6b8e2d730a374b583a Mon Sep 17 00:00:00 2001 From: Ben S Date: Sun, 7 Jun 2015 16:52:28 +0100 Subject: [PATCH] Update man path in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02e9081..3ab8740 100644 --- a/Makefile +++ b/Makefile @@ -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)