commit 87f1259fda889cc9fc9399cb3e49c1f82957ac15 parent 869bab445d95249b090ee196269231427876c01a Author: Ted Hess <thess@kitschensync.net> Date: Thu, 21 May 2015 16:02:31 -0400 vim: Fix false broken package status (buildbot) Signed-off-by: Ted Hess <thess@kitschensync.net> Diffstat:
| A | utils/vim/patches/002-remove_helptags_generation.patch | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/utils/vim/patches/002-remove_helptags_generation.patch b/utils/vim/patches/002-remove_helptags_generation.patch @@ -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)