projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e83624
)
Check that merged po files are well formed.
author
John Darrington
<john@darrington.wattle.id.au>
Sat, 5 Sep 2020 03:08:12 +0000
(
05:08
+0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Sat, 5 Sep 2020 03:08:12 +0000
(
05:08
+0200)
po/automake.mk
patch
|
blob
|
history
diff --git
a/po/automake.mk
b/po/automake.mk
index 3848cd72fb3ac7eaa8194052135553453c74fa47..2f169f338fe6ce3971e90f502a96a1170e237247 100644
(file)
--- 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