From cd6701cf9c8dc2e40b3c9af03b5847898369ecb9 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 8 Jan 2014 17:09:48 -0500 Subject: Rename header.pot to pot.header. The Translation Project has asked us to rename the pot header file `header.pot' to something else. Their scripts automatically look for pot files and the file `header.pot' is not actually a pot file but a header that we use when regenerating `libc.pot.' This commit renames `header.pot' to `pot.header' to avoid causing errors or complicating the TP project scripts. --- po/Makefile | 2 +- po/header.pot | 16 ---------------- po/pot.header | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 po/header.pot create mode 100644 po/pot.header (limited to 'po') 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/header.pot deleted file mode 100644 index 8789e5cfc8..0000000000 --- a/po/header.pot +++ /dev/null @@ -1,16 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Free Software Foundation, Inc. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: libc VERSION\n" -"POT-Creation-Date: DATE\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - diff --git a/po/pot.header b/po/pot.header new file mode 100644 index 0000000000..d0742aee96 --- /dev/null +++ b/po/pot.header @@ -0,0 +1,15 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Free Software Foundation, Inc. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: libc VERSION\n" +"POT-Creation-Date: DATE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" -- cgit 1.4.1