changeset 4067:386fc822dd00 v7.3.788

updated for version 7.3.788 Problem: When only using patches build fails on missing nl.po. Solution: Create an empty nl.po file.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 12:50:56 +0100
parents 9318d797e2e3
children 70eacf4f099d
files src/po/Makefile src/version.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -176,6 +176,10 @@ uninstall:
 
 converted: $(MOCONVERTED)
 
+# nl.po was added later, if it does not exist use an empty file.
+nl.po:
+	touch nl.po
+
 # Norwegian/Bokmal: "nb" is an alias for "no".
 # Copying the file is not efficient, but I don't know of another way to make
 # this work.
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    788,
+/**/
     787,
 /**/
     786,