diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-25 19:29:32 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-25 19:29:32 +1200 |
commit | c7a1d31bd4fa80ce56514daa51692b5283470b1d (patch) | |
tree | 662baffa1eeb6c1a66e3ec15e4ed8293ad8b3635 | |
parent | Remove Vim :helptags generation (diff) | |
download | dotfiles-c7a1d31bd4fa80ce56514daa51692b5283470b1d.tar.gz dotfiles-c7a1d31bd4fa80ce56514daa51692b5283470b1d.zip |
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.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |