po: Don't create backup .po files
authorJan Schmidt <thaytan@noraisin.net>
Wed, 4 Nov 2009 13:55:39 +0000 (13:55 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 4 Nov 2009 13:56:00 +0000 (13:56 +0000)
As well as preventing creation of useless backup files, it works
around a bug in gettext 0.17 on OS/X

po/Makevars

index 27049c1..10ed9f6 100644 (file)
@@ -42,6 +42,6 @@ EXTRA_LOCALE_CATEGORIES =
 
 # Avoid line numbers in *.po, but keep them in *.pot.
 MSGMERGE = msgmerge --no-location
-MSGMERGE_UPDATE = msgmerge --no-location --update
+MSGMERGE_UPDATE = msgmerge --no-location --update --backup=off
 MSGFILTER = msgfilter --no-location