po: Update translations from translationproject.org.
[pspp] / po / automake.mk
index 20540d06b5a85025777db38345c16df2c3fa5386..98f9685313533c8a317c4f80ebcd755476378387 100644 (file)
@@ -8,6 +8,7 @@ POFILES = \
        po/ca.po \
        po/cs.po \
        po/de.po \
+       po/el.po \
        po/en_GB.po \
        po/es.po \
        po/fr.po \
@@ -49,7 +50,9 @@ $(POFILES): $(POTFILE)
                 touch $@,tmp ; \
                 msgcat --use-first $(top_srcdir)/$@,aux $@,tmp -o $@,tmp; \
        fi ;
-       $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@
+       $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@,tmp2
+       $(RM) $@,tmp
+       mv $@,tmp2 $@
 
 SUFFIXES += .po .gmo
 .po.gmo: