CI: Pre-v9.0.0110 versions generate bogus documentation tag entries Commit: https://github.com/vim/vim/commit/b81109192f8019f324a547dfdf0b4cf6aca3fe3a Author: Aliaksei Budavei <0x000...@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 <0x000...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 5f0786db8..9cb38aafc 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. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sQ1ye-006EzM-80%40256bit.org.