lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 87e4a658a44afc35f30ec54b4a41490ef194c2e8
parent f3df405f20a24e23b333c94d750d765782bd8820
Author: Steven Barth <steven@midlink.org>
Date:   Sun, 24 May 2015 10:12:35 +0200

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

vim: Fix false broken package status (buildbot)
Diffstat:
Autils/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)