]> granicus.if.org Git - vim/commitdiff
patch 8.0.1788: tool to check a color scheme is not installed v8.0.1788
authorBram Moolenaar <Bram@vim.org>
Wed, 2 May 2018 20:00:17 +0000 (22:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 May 2018 20:00:17 +0000 (22:00 +0200)
Problem:    Tool to check a color scheme is not installed.
Solution:   Update the install rule. (Christian Brabandt)

src/Makefile
src/version.c

index 85de3833179837376d0b2acdaa5b2fdf23e3422f..d7b8f7ee296677a3b3ec75108b1587ad52d081a3 100644 (file)
@@ -2473,8 +2473,9 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
        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
index 19b83acf41784c07ef0b4ac87807547464736eb6..d933e811e8df1cd32abf7ff75e3ee91e518da335 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1788,
 /**/
     1787,
 /**/