Explorar el Código

Update man path in Makefile

Ben S hace 10 años
padre
commit
4635481f13
Se han modificado 1 ficheros con 1 adiciones y 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)