You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
567 B

  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. # Use "doctags" to generate the tags file. Only works for English!
  12. tags: doctags $(DOCS)