libgd: avoid recursive and redundant dependencies
[feed/packages.git] / utils / vim / patches / 002-remove_helptags_generation.patch
1 --- a/runtime/doc/Makefile
2 +++ b/runtime/doc/Makefile
3 @@ -323,10 +323,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 - @if command -v $(VIMEXE); then \
8 - $(VIMEXE) --clean -eX -u doctags.vim >/dev/null && \
9 - echo "help tags updated"; \
10 - else echo "vim executable $(VIMEXE) not found; help tags not updated"; fi
11
12 # Use "doctags" to generate the tags file. Only works for English!
13 tags: doctags $(DOCS)