comparison src/Makefile @ 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 e5a24056f227
children 3276298c67c5
comparison
equal deleted inserted replaced
29805:145c02d78690 29806:0d9d890661fc
2376 $(VIMNAME) $(VIMDIFFNAME) $(EVIMNAME) 2376 $(VIMNAME) $(VIMDIFFNAME) $(EVIMNAME)
2377 2377
2378 # Install most of the runtime files 2378 # Install most of the runtime files
2379 installruntime: installrtbase installmacros installpack installtutor installspell 2379 installruntime: installrtbase installmacros installpack installtutor installspell
2380 2380
2381 # install the help files; first adjust the contents for the final location 2381 # Install the help files; first adjust the contents for the final location.
2382 # Also install most of the other runtime files.
2382 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \ 2383 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
2383 $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) \ 2384 $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) \
2385 $(DEST_SYN) $(DEST_SYN)/shared $(DEST_IND) \
2384 $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/dist $(DEST_AUTO)/xml \ 2386 $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/dist $(DEST_AUTO)/xml \
2385 $(DEST_IMPORT) $(DEST_IMPORT)/dist \ 2387 $(DEST_IMPORT) $(DEST_IMPORT)/dist \
2386 $(DEST_PLUG) $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP) 2388 $(DEST_PLUG) $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP)
2387 -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS) 2389 -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS)
2388 # Generate the help tags with ":helptags" to handle all languages. 2390 # Generate the help tags with ":helptags" to handle all languages.