diff --git a/src/Makefile b/src/Makefile index 177bc08df2..d01c18b838 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) diff --git a/src/version.c b/src/version.c index 9e0c64cddd..a3df5cc164 100644 --- a/src/version.c +++ b/src/version.c @@ -731,6 +731,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 242, /**/ 241, /**/