mirror of
https://github.com/vim/vim
synced 2025-07-18 18:21:55 +00:00
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>
This commit is contained in:
committed by
Christian Brabandt
parent
aaaa21b58f
commit
b81109192f
@ -7,7 +7,7 @@
|
|||||||
AWK = awk
|
AWK = awk
|
||||||
|
|
||||||
# Set to $(VIMTARGET) when executed from src/Makefile.
|
# 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
|
# 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.
|
# AWK, used for "make html". Comment this out if the include gives problems.
|
||||||
|
Reference in New Issue
Block a user