]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.586 v7.4.586
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jan 2015 16:27:22 +0000 (17:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jan 2015 16:27:22 +0000 (17:27 +0100)
Problem:    Parallel building of the documentation html files is not reliable.
Solution:   Remove a cyclic dependency. (Reiner Herrmann)

runtime/doc/Makefile
src/version.c

index a6610a937af68d3cba9da7f9c5cf1f7fcf8b59c9..86ccb74ffa2f5f9f556f98977b2c0126c8216df4 100644 (file)
@@ -229,7 +229,6 @@ HTMLS = \
        starting.html \
        syntax.html \
        tabpage.html \
-       tags.html \
        tagsrch.html \
        term.html \
        tips.html \
index 6fe2b32ce137cd9d41e3aab8b4e9ea484dacecc9..d43e4c1ca5b6402c5c6ac2437b686ba8d8a44564 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    586,
 /**/
     585,
 /**/