From 7c56b7a982761bd1a88cb486ee66fef992d8b8a7 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 5 Sep 2020 05:08:12 +0200 Subject: [PATCH] Check that merged po files are well formed. --- po/automake.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/po/automake.mk b/po/automake.mk index 3848cd72fb..2f169f338f 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -76,6 +76,7 @@ $(LOCALPOFILES) $(POFILES): $(POTFILE) fi ; $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@,tmp2 $(RM) $@,tmp + $(MSGFMT) -c $@,tmp2 mv $@,tmp2 $@ SUFFIXES += .po .gmo -- 2.30.2