home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.4 / 7.4.586 < prev    next >
Encoding:
Internet Message Format  |  2015-01-20  |  1.3 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.586
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.4.586
  11. Problem:    Parallel building of the documentation html files is not reliable. 
  12. Solution:   Remove a cyclic dependency. (Reiner Herrmann)
  13. Files:        runtime/doc/Makefile
  14.  
  15.  
  16. *** ../vim-7.4.585/runtime/doc/Makefile    2010-07-21 20:38:06.000000000 +0200
  17. --- runtime/doc/Makefile    2015-01-20 17:24:26.743888063 +0100
  18. ***************
  19. *** 229,235 ****
  20.       starting.html \
  21.       syntax.html \
  22.       tabpage.html \
  23. -     tags.html \
  24.       tagsrch.html \
  25.       term.html \
  26.       tips.html \
  27. --- 229,234 ----
  28. *** ../vim-7.4.585/src/version.c    2015-01-20 13:29:46.397315064 +0100
  29. --- src/version.c    2015-01-20 17:25:55.974918912 +0100
  30. ***************
  31. *** 743,744 ****
  32. --- 743,746 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     586,
  36.   /**/
  37.  
  38. -- 
  39. From "know your smileys":
  40.  |-(    Contact lenses, but has lost them
  41.  
  42.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  43. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  44. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  45.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  46.