Explorar o código

Update man path in Makefile

Ben S %!s(int64=10) %!d(string=hai) anos
pai
achega
4635481f13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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)