diff 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
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2473,8 +2473,9 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DES
 	cd $(PRINTSOURCE); $(INSTALL_DATA) *.ps $(DEST_PRINT)
 	cd $(DEST_PRINT); chmod $(FILEMOD) *.ps
 # install the colorscheme files
-	cd $(COLSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COL)
-	cd $(DEST_COL); chmod $(HELPMOD) *.vim README.txt
+	cd $(COLSOURCE); $(INSTALL_DATA_R) *.vim tools README.txt $(DEST_COL)
+	cd $(DEST_COL); chmod $(DIRMOD) tools
+	cd $(DEST_COL); chmod $(HELPMOD) *.vim README.txt tools/*.vim
 # install the syntax files
 	cd $(SYNSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_SYN)
 	cd $(DEST_SYN); chmod $(HELPMOD) *.vim README.txt