]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Pre-v9.0.0110 versions generate bogus documentation tag entries
authorAliaksei Budavei <0x000c70@gmail.com>
Sat, 6 Jul 2024 09:37:04 +0000 (11:37 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 6 Jul 2024 09:40:46 +0000 (11:40 +0200)
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>
runtime/doc/Makefile

index 5f0786db82a503efba70c38f5da78fac3415dff4..9cb38aafc917a07697a6131604e3b247e863a858 100644 (file)
@@ -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.