|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.586
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.586
|
|
|
073263 |
Problem: Parallel building of the documentation html files is not reliable.
|
|
|
073263 |
Solution: Remove a cyclic dependency. (Reiner Herrmann)
|
|
|
073263 |
Files: runtime/doc/Makefile
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.585/runtime/doc/Makefile 2010-07-21 20:38:06.000000000 +0200
|
|
|
073263 |
--- runtime/doc/Makefile 2015-01-20 17:24:26.743888063 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 229,235 ****
|
|
|
073263 |
starting.html \
|
|
|
073263 |
syntax.html \
|
|
|
073263 |
tabpage.html \
|
|
|
073263 |
- tags.html \
|
|
|
073263 |
tagsrch.html \
|
|
|
073263 |
term.html \
|
|
|
073263 |
tips.html \
|
|
|
073263 |
--- 229,234 ----
|
|
|
073263 |
*** ../vim-7.4.585/src/version.c 2015-01-20 13:29:46.397315064 +0100
|
|
|
073263 |
--- src/version.c 2015-01-20 17:25:55.974918912 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 743,744 ****
|
|
|
073263 |
--- 743,746 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 586,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
From "know your smileys":
|
|
|
073263 |
|-( Contact lenses, but has lost them
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|