]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0242: "make install" still fails v9.0.0242
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 21:20:20 +0000 (22:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 21:20:20 +0000 (22:20 +0100)
Problem:    "make install" still fails. (Wilhelm Payne)
Solution:   Also add the directory to installrtbase. (Dominique PellĂ©)

src/Makefile
src/version.c

index 177bc08df2b03dbb7ecaeeceab07c021ab7f7965..d01c18b8389634c30c33a869785ff0ee88df2821 100644 (file)
@@ -2378,9 +2378,11 @@ INSTALLMANARGS = $(VIMLOC) $(SCRIPTLOC) $(VIMRCLOC) $(HELPSOURCE) $(MANMOD) \
 # 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)
index 9e0c64cddd57b7ac7c20a47807c543ac4cff93a2..a3df5cc164cc5a5ec4c57170090ab614e542123f 100644 (file)
@@ -731,6 +731,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    242,
 /**/
     241,
 /**/