From c7a1d31bd4fa80ce56514daa51692b5283470b1d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 Apr 2020 19:29:32 +1200 Subject: Revert "Remove Vim :helptags generation" This reverts commit f635e2b25d653da5e9534d84974f995b22c73f44. There doesn't seem to be a convenient way to force the tags to generate in another directory, so I think we'll just wear this. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9052e204..8e537c84 100644 --- a/Makefile +++ b/Makefile @@ -586,6 +586,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 install-vim-compiler: mkdir -p -- $(VIMDIR)/compiler -- cgit v1.2.3