diff options
| author | bwarsaw | 2003-04-21 15:01:13 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-04-21 15:01:13 +0000 |
| commit | a27f7d3fe7ba5e6f36f5b3e8f3bb64dd45077e1b (patch) | |
| tree | 46af9bc60dab65ee834b4e8720ba4a5cad439252 | |
| parent | b363ba8fa83b6be00cf9d29363dd0557fd3d2487 (diff) | |
| download | mailman-a27f7d3fe7ba5e6f36f5b3e8f3bb64dd45077e1b.tar.gz mailman-a27f7d3fe7ba5e6f36f5b3e8f3bb64dd45077e1b.tar.zst mailman-a27f7d3fe7ba5e6f36f5b3e8f3bb64dd45077e1b.zip | |
| -rw-r--r-- | messages/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
