changeset 35551:e21cd2efeb87

CI: Pre-v9.0.0110 versions generate bogus documentation tag entries Commit: https://github.com/vim/vim/commit/b81109192f8019f324a547dfdf0b4cf6aca3fe3a Author: Aliaksei Budavei <0x000c70@gmail.com> Date: Sat Jul 6 11:37:04 2024 +0200 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>
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Jul 2024 11:45:08 +0200
parents 9bb71760434f
children ea94de0e73d6
files runtime/doc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.