Karsten Hopp 9109f2
To: vim_dev@googlegroups.com
Karsten Hopp 9109f2
Subject: Patch 7.3.788
Karsten Hopp 9109f2
Fcc: outbox
Karsten Hopp 9109f2
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 9109f2
Mime-Version: 1.0
Karsten Hopp 9109f2
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 9109f2
Content-Transfer-Encoding: 8bit
Karsten Hopp 9109f2
------------
Karsten Hopp 9109f2
Karsten Hopp 9109f2
Patch 7.3.788
Karsten Hopp 9109f2
Problem:    When only using patches build fails on missing nl.po.
Karsten Hopp 9109f2
Solution:   Create an empty nl.po file.
Karsten Hopp 9109f2
Files:      src/po/Makefile
Karsten Hopp 9109f2
Karsten Hopp 9109f2
Karsten Hopp 9109f2
*** ../vim-7.3.787/src/po/Makefile	2013-01-17 13:35:13.000000000 +0100
Karsten Hopp 9109f2
--- src/po/Makefile	2013-01-30 12:50:41.000000000 +0100
Karsten Hopp 9109f2
***************
Karsten Hopp 9109f2
*** 176,181 ****
Karsten Hopp 9109f2
--- 176,185 ----
Karsten Hopp 9109f2
  
Karsten Hopp 9109f2
  converted: $(MOCONVERTED)
Karsten Hopp 9109f2
  
Karsten Hopp 9109f2
+ # nl.po was added later, if it does not exist use an empty file.
Karsten Hopp 9109f2
+ nl.po:
Karsten Hopp 9109f2
+ 	touch nl.po
Karsten Hopp 9109f2
+ 
Karsten Hopp 9109f2
  # Norwegian/Bokmal: "nb" is an alias for "no".
Karsten Hopp 9109f2
  # Copying the file is not efficient, but I don't know of another way to make
Karsten Hopp 9109f2
  # this work.
Karsten Hopp 9109f2
*** ../vim-7.3.787/src/version.c	2013-01-30 12:31:32.000000000 +0100
Karsten Hopp 9109f2
--- src/version.c	2013-01-30 12:45:32.000000000 +0100
Karsten Hopp 9109f2
***************
Karsten Hopp 9109f2
*** 727,728 ****
Karsten Hopp 9109f2
--- 727,730 ----
Karsten Hopp 9109f2
  {   /* Add new patch number below this line */
Karsten Hopp 9109f2
+ /**/
Karsten Hopp 9109f2
+     788,
Karsten Hopp 9109f2
  /**/
Karsten Hopp 9109f2
Karsten Hopp 9109f2
-- 
Karsten Hopp 9109f2
"It's so simple to be wise.  Just think of something stupid to say
Karsten Hopp 9109f2
and then don't say it."        -- Sam Levenson
Karsten Hopp 9109f2
Karsten Hopp 9109f2
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 9109f2
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 9109f2
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 9109f2
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///