changeset 29806:0d9d890661fc v9.0.0242

patch 9.0.0242: "make install" still fails Commit: https://github.com/vim/vim/commit/171c683237149262665135c7d5841a89bb156f53 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 21 22:20:20 2022 +0100 patch 9.0.0242: "make install" still fails Problem: "make install" still fails. (Wilhelm Payne) Solution: Also add the directory to installrtbase. (Dominique Pell?)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 23:30:03 +0200
parents 145c02d78690
children 9c178879232a
files src/Makefile src/version.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2378,9 +2378,11 @@ INSTALLMANARGS = $(VIMLOC) $(SCRIPTLOC) 
 # Install most of the runtime files
 installruntime: installrtbase installmacros installpack installtutor installspell
 
-# install the help files; first adjust the contents for the final location
+# Install the help files; first adjust the contents for the final location.
+# Also install most of the other runtime files.
 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
-		$(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) \
+		$(DEST_HELP) $(DEST_PRINT) $(DEST_COL) \
+		$(DEST_SYN) $(DEST_SYN)/shared $(DEST_IND) \
 		$(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/dist $(DEST_AUTO)/xml \
 		$(DEST_IMPORT) $(DEST_IMPORT)/dist \
 		$(DEST_PLUG) $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP)
--- a/src/version.c
+++ b/src/version.c
@@ -732,6 +732,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    242,
+/**/
     241,
 /**/
     240,