aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-06 20:13:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-06 20:13:32 +1200
commitbef16f8a40bc38c55b891cb3fb3073ed5b1c3a66 (patch)
tree45c5dd70707fb041adbfd6f9f7b29740009b33fc /Makefile
parentAdd an issue with build process (diff)
downloaddotfiles-bef16f8a40bc38c55b891cb3fb3073ed5b1c3a66.tar.gz
dotfiles-bef16f8a40bc38c55b891cb3fb3073ed5b1c3a66.zip
Invoke Vim in a cleaner way for :helptags build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f66f1046..c1319139 100644
--- a/Makefile
+++ b/Makefile
@@ -653,7 +653,7 @@ install-vim-bundle: install-vim-config
cd vim/bundle && find */*/* \
-type f -exec sh -c \
'cp -p -- "$$1" $(VIMDIR)/"$${1#*/}"' _ {} \;
- $(VIM) -e -u NONE -c 'helptags $(VIMDIR)/doc' -c quit
+ $(VIM) -Esu install/helptags.vim
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler