diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-25 19:26:21 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-25 19:26:21 +1200 |
commit | f635e2b25d653da5e9534d84974f995b22c73f44 (patch) | |
tree | 5ecf31c688e57b384b0676ac0ef1b8938fc13c16 | |
parent | Include XDG_{CONFIG,DATA}_DIRS handling in Vim (diff) | |
download | dotfiles-f635e2b25d653da5e9534d84974f995b22c73f44.tar.gz dotfiles-f635e2b25d653da5e9534d84974f995b22c73f44.zip |
Remove Vim :helptags generation
This puts it in ~/.vim/doc/tags, which we don't necessarily want.
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |