From 492e93a6dd746f23c11a8adb54e25583278e76c7 Mon Sep 17 00:00:00 2001 From: Salvydas Lukosius Date: Mon, 14 Feb 2022 07:03:36 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f34af0c..b202c48 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: $(INSTALL) -d $(SHARE_DIR)/.config/znt $(INSTALL) -d $(DOC_DIR) cp zsh-navigation-tools.plugin.zsh _n-kill doc/znt-tmux.zsh $(SHARE_DIR) - cp README.md NEWS LICENSE doc/img/n-history2.png $(DOC_DIR) + cp docs/README.md docs/NEWS.md LICENSE doc/img/n-history2.png $(DOC_DIR) if [ x"true" = x"`git rev-parse --is-inside-work-tree 2>/dev/null`" ]; then \ git rev-parse HEAD; \ else \