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.