From a27f7d3fe7ba5e6f36f5b3e8f3bb64dd45077e1b Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 21 Apr 2003 15:01:13 +0000 Subject: Using the -U option on msgmerge makes the update rule /much/ simpler and more robust. --- messages/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/Makefile.in b/messages/Makefile.in index af3b476dd..bed50c2e0 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -139,7 +139,7 @@ mailman.pot: marked.files docstring.files # .pot file %/LC_MESSAGES/mailman.po: mailman.pot @echo "Merging new template file with existing translations" - -mv $@ $@.old && $(MSGMERGE) -o $@ $@.old mailman.pot + $(MSGMERGE) -U $@ mailman.pot FORCE: -- cgit v1.3.1