mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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.
This commit is contained in:
parent
66671c84d5
commit
cd6701cf9c
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
|
||||||
Maxim Kuvyrkov <maxim@kugelworks.com>
|
Maxim Kuvyrkov <maxim@kugelworks.com>
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ install-others = $(LINGUAS:%=$(mo-installed))
|
|||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
# Generate the translation template from all the source files.
|
# 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
|
@rm -f $@.new
|
||||||
set `date -R`; disp="$$6"; \
|
set `date -R`; disp="$$6"; \
|
||||||
sed -e 's/VERSION/$(version)/' \
|
sed -e 's/VERSION/$(version)/' \
|
||||||
|
@ -13,4 +13,3 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user