diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | po/Makefile | 2 | ||||
-rw-r--r-- | po/pot.header (renamed from po/header.pot) | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 661f004cba..2c7e427243 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +2014-01-08 Carlos O'Donell <carlos@redhat.com> + + * po/header.pot: Rename to... + * po/pot.header: ... this. + * po/Makefile: Use pot.header. + 2014-01-08 Yuriy Kaminskiy <yumkam@gmail.com> Maxim Kuvyrkov <maxim@kugelworks.com> [BZ #16394] - * sysdeps/i386/i686/memmove.S (memmove): Compare distance between - SRC and DEST against LEN. + * sysdeps/i386/i686/memmove.S (memmove): Compare distance between + SRC and DEST against LEN. 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com> diff --git a/po/Makefile b/po/Makefile index d4b2e4accd..99f28160d2 100644 --- a/po/Makefile +++ b/po/Makefile @@ -50,7 +50,7 @@ install-others = $(LINGUAS:%=$(mo-installed)) include ../Rules # Generate the translation template from all the source files. -libc.pot: header.pot libc.pot.files +libc.pot: pot.header libc.pot.files @rm -f $@.new set `date -R`; disp="$$6"; \ sed -e 's/VERSION/$(version)/' \ diff --git a/po/header.pot b/po/pot.header index 8789e5cfc8..d0742aee96 100644 --- a/po/header.pot +++ b/po/pot.header @@ -13,4 +13,3 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" - |