Browse Source

Merge pull request #1278 from thess/vim-build-fix

vim: Fix false broken package status (buildbot)
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
87e4a658a4
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      utils/vim/patches/002-remove_helptags_generation.patch

+ 10
- 0
utils/vim/patches/002-remove_helptags_generation.patch View File

@ -0,0 +1,10 @@
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -310,7 +310,6 @@ all: tags vim.man evim.man vimdiff.man v
# Use Vim to generate the tags file. Can only be used when Vim has been
# compiled and installed. Supports multiple languages.
vimtags: $(DOCS)
- $(VIMEXE) -u NONE -esX -c "helptags ++t ." -c quit
# Use "doctags" to generate the tags file. Only works for English!
tags: doctags $(DOCS)

Loading…
Cancel
Save