To: vim_dev@googlegroups.com Subject: Patch 9.0.0242 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0242 (after 9.0.0241) Problem: "make install" still fails. (Wilhelm Payne) Solution: Also add the directory to installrtbase. (Dominique Pellé) Files: src/Makefile *** ../vim-9.0.0241/src/Makefile 2022-08-21 21:05:04.610070245 +0100 --- src/Makefile 2022-08-21 22:19:39.760892628 +0100 *************** *** 2378,2386 **** # Install most of the runtime files installruntime: installrtbase installmacros installpack installtutor installspell ! # install the help files; first adjust the contents for the final location installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \ ! $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(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) --- 2378,2388 ---- # Install most of the runtime files installruntime: installrtbase installmacros installpack installtutor installspell ! # 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_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) *** ../vim-9.0.0241/src/version.c 2022-08-21 21:05:04.610070245 +0100 --- src/version.c 2022-08-21 22:16:25.549047765 +0100 *************** *** 733,734 **** --- 733,736 ---- { /* Add new patch number below this line */ + /**/ + 242, /**/ -- TIM: But follow only if you are men of valour. For the entrance to this cave is guarded by a monster, a creature so foul and cruel that no man yet has fought with it and lived. Bones of full fifty men lie strewn about its lair ... "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///