Remove deprecated objects GtkAction and GtkUIManager
[pspp] / po / automake.mk
index 2936a9a83f78bdbdfcdcf69ee82d0894be982bc9..6c400624dd9fee083791f484278afa9693ae1004 100644 (file)
@@ -12,6 +12,7 @@ POFILES = \
        po/es.po \
        po/fr.po \
        po/gl.po \
+       po/hu.po \
        po/ja.po \
        po/lt.po \
        po/nl.po \
@@ -48,7 +49,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: