Parcourir la source

Update man path in Makefile

Ben S il y a 10 ans
Parent
commit
4635481f13
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)