diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-11-04 13:55:04 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-11-04 16:08:46 +0000 |
commit | ea067b66a9087c2f859bc7b67e18d3b0e501cf41 (patch) | |
tree | 35bd7d7871676aff50a75884bea6cf08be38bc61 /po | |
parent | 6095ea02c4ea1d063c9755410d545a1f2d41d416 (diff) |
po: Don't create backup .po files
As well as preventing creation of useless backup files, it works
around a bug in gettext 0.17 on OS/X
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index a6bdc7fad..b8fd89c3c 100644 --- a/po/Makevars +++ b/po/Makevars @@ -42,5 +42,5 @@ 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 |