We use the complete options and take advantage of the --update option to update in-place.
Signed-off-by: Maximiliano Sandoval <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ca56fd2..1ed42fe0 100644 --- a/Makefile +++ b/Makefile @@ -189,7 +189,7 @@ update_pot: submodule .PHONY: update-po-% update-po-%: update_pot messages.pot - msgmerge -s -v $*.po messages.pot >$*.po.tmp && mv $*.po.tmp $*.po + msgmerge --sort-output --verbose --update $*.po messages.pot do_update: $(addprefix update-po-, $(LINGUAS)) -- 2.47.3
