瀏覽代碼

Update man path in Makefile

Ben S 10 年之前
父節點
當前提交
4635481f13
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)