From: John Darrington Date: Sat, 5 Sep 2020 03:08:12 +0000 (+0200) Subject: Check that merged po files are well formed. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c56b7a982761bd1a88cb486ee66fef992d8b8a7;p=pspp Check that merged po files are well formed. --- 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