comparison src/Makefile @ 13833:72506c835e03 v8.0.1788

patch 8.0.1788: tool to check a color scheme is not installed commit https://github.com/vim/vim/commit/dddab90d22d5f8be9c6751505339397ca5742831 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 2 22:00:17 2018 +0200 patch 8.0.1788: tool to check a color scheme is not installed Problem: Tool to check a color scheme is not installed. Solution: Update the install rule. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Wed, 02 May 2018 22:15:06 +0200
parents bc28260e2a2e
children 4232470eb116
comparison
equal deleted inserted replaced
13832:3b4532a51886 13833:72506c835e03
2471 chmod $(VIMSCRIPTMOD) $(SYS_OPTWIN_FILE) 2471 chmod $(VIMSCRIPTMOD) $(SYS_OPTWIN_FILE)
2472 # install the print resource files 2472 # install the print resource files
2473 cd $(PRINTSOURCE); $(INSTALL_DATA) *.ps $(DEST_PRINT) 2473 cd $(PRINTSOURCE); $(INSTALL_DATA) *.ps $(DEST_PRINT)
2474 cd $(DEST_PRINT); chmod $(FILEMOD) *.ps 2474 cd $(DEST_PRINT); chmod $(FILEMOD) *.ps
2475 # install the colorscheme files 2475 # install the colorscheme files
2476 cd $(COLSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COL) 2476 cd $(COLSOURCE); $(INSTALL_DATA_R) *.vim tools README.txt $(DEST_COL)
2477 cd $(DEST_COL); chmod $(HELPMOD) *.vim README.txt 2477 cd $(DEST_COL); chmod $(DIRMOD) tools
2478 cd $(DEST_COL); chmod $(HELPMOD) *.vim README.txt tools/*.vim
2478 # install the syntax files 2479 # install the syntax files
2479 cd $(SYNSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_SYN) 2480 cd $(SYNSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_SYN)
2480 cd $(DEST_SYN); chmod $(HELPMOD) *.vim README.txt 2481 cd $(DEST_SYN); chmod $(HELPMOD) *.vim README.txt
2481 # install the indent files 2482 # install the indent files
2482 cd $(INDSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_IND) 2483 cd $(INDSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_IND)