summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorAliaksei Budavei <0x000c70@gmail.com>2024-07-06 11:37:04 +0200
committerChristian Brabandt <cb@256bit.org>2024-07-06 11:40:46 +0200
commitb81109192f8019f324a547dfdf0b4cf6aca3fe3a (patch)
tree57f5d5e1aa163bf5509f575796081b56fa0a6faf /runtime/doc
parentaaaa21b58f8af2fe923368116f94832df3d273bc (diff)
CI: Pre-v9.0.0110 versions generate bogus documentation tag entries
Problem: CI: Pre-v9.0.0110 versions generate bogus documentation tag entries Solution: Set $VIMPROG to the freshly compiled Vim (Aliaksei Budavei) related: #10813 related: #15099 Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 5f0786db82..9cb38aafc9 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -7,7 +7,7 @@
AWK = awk
# Set to $(VIMTARGET) when executed from src/Makefile.
-VIMPROG = vim
+VIMPROG = ../../src/vim
# include the config.mk from the source directory. It's only needed to set
# AWK, used for "make html". Comment this out if the include gives problems.