aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-25 19:26:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-25 19:26:21 +1200
commitf635e2b25d653da5e9534d84974f995b22c73f44 (patch)
tree5ecf31c688e57b384b0676ac0ef1b8938fc13c16
parentInclude XDG_{CONFIG,DATA}_DIRS handling in Vim (diff)
downloaddotfiles-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--Makefile1
1 files changed, 0 insertions, 1 deletions
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