From f635e2b25d653da5e9534d84974f995b22c73f44 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 Apr 2020 19:26:21 +1200 Subject: Remove Vim :helptags generation This puts it in ~/.vim/doc/tags, which we don't necessarily want. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8e537c84..9052e204 100644 --- a/Makefile +++ b/Makefile @@ -586,7 +586,6 @@ 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 install-vim-compiler: mkdir -p -- $(VIMDIR)/compiler -- cgit v1.2.3