Update Makefile

This commit is contained in:
Salvydas Lukosius
2022-02-14 07:03:36 +00:00
committed by GitHub
parent c15e8e2caa
commit 492e93a6dd
+1 -1
View File
@@ -13,7 +13,7 @@ install:
$(INSTALL) -d $(SHARE_DIR)/.config/znt $(INSTALL) -d $(SHARE_DIR)/.config/znt
$(INSTALL) -d $(DOC_DIR) $(INSTALL) -d $(DOC_DIR)
cp zsh-navigation-tools.plugin.zsh _n-kill doc/znt-tmux.zsh $(SHARE_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 \ if [ x"true" = x"`git rev-parse --is-inside-work-tree 2>/dev/null`" ]; then \
git rev-parse HEAD; \ git rev-parse HEAD; \
else \ else \