# HG changeset patch # User Bram Moolenaar # Date 1421771242 -3600 # Node ID 667cb2eb17a52d9ac28a1b6f686935814e769ecd # Parent 7c2829a0234b6c32a7f9f6da20d4aa54cf9d85e4 updated for version 7.4.586 Problem: Parallel building of the documentation html files is not reliable. Solution: Remove a cyclic dependency. (Reiner Herrmann) diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -229,7 +229,6 @@ HTMLS = \ starting.html \ syntax.html \ tabpage.html \ - tags.html \ tagsrch.html \ term.html \ tips.html \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 586, +/**/ 585, /**/ 584,