mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
vim: Fix false broken package status (buildbot)
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
10
utils/vim/patches/002-remove_helptags_generation.patch
Normal file
10
utils/vim/patches/002-remove_helptags_generation.patch
Normal 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)
|
||||
Reference in New Issue
Block a user