git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
869bab4
)
vim: Fix false broken package status (buildbot)
author
Ted Hess
<redacted>
Thu, 21 May 2015 20:02:31 +0000
(16:02 -0400)
committer
Ted Hess
<redacted>
Thu, 21 May 2015 20:02:31 +0000
(16:02 -0400)
Signed-off-by: Ted Hess <redacted>
utils/vim/patches/002-remove_helptags_generation.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/utils/vim/patches/002-remove_helptags_generation.patch
b/utils/vim/patches/002-remove_helptags_generation.patch
new file mode 100644
(file)
index 0000000..
051c8da
--- /dev/null
+++ 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)
git clone https://git.99rst.org/PROJECT