fwknop: init script improvements
[feed/packages.git] / utils / vim / patches / 002-remove_helptags_generation.patch
1 --- a/runtime/doc/Makefile
2 +++ b/runtime/doc/Makefile
3 @@ -317,7 +317,6 @@ all: tags vim.man evim.man vimdiff.man v
4 # Use Vim to generate the tags file. Can only be used when Vim has been
5 # compiled and installed. Supports multiple languages.
6 vimtags: $(DOCS)
7 - $(VIMEXE) -u NONE -esX -c "helptags ++t ." -c quit
8
9 # Use "doctags" to generate the tags file. Only works for English!
10 tags: doctags $(DOCS)