Remove POTFILES.in and regenerate it in autogen.sh.
This commit is contained in:
parent
d417ddc4e4
commit
965fa82940
4 changed files with 7 additions and 1043 deletions
|
@ -174,3 +174,4 @@ po/*.gmo
|
||||||
po/LINGUAS
|
po/LINGUAS
|
||||||
include/grub/gcrypt/gcrypt.h
|
include/grub/gcrypt/gcrypt.h
|
||||||
include/grub/gcrypt/g10lib.h
|
include/grub/gcrypt/g10lib.h
|
||||||
|
po/POTFILES.in
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-04-28 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
Remove POTFILES.in and regenerate it in autogen.sh.
|
||||||
|
|
||||||
2013-04-28 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-04-28 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Move --directory/--override-directorry to grub-install_header and unify.
|
Move --directory/--override-directorry to grub-install_header and unify.
|
||||||
|
|
|
@ -6,6 +6,8 @@ export LC_CTYPE=C
|
||||||
export LC_COLLATE=C
|
export LC_COLLATE=C
|
||||||
unset LC_ALL
|
unset LC_ALL
|
||||||
|
|
||||||
|
find . -iname '*.[ch]' -not -ipath './grub-core/lib/libgcrypt-grub/*' -not -ipath './build-aux/*' |sort > po/POTFILES.in
|
||||||
|
|
||||||
autogen --version >/dev/null || exit 1
|
autogen --version >/dev/null || exit 1
|
||||||
|
|
||||||
echo "Importing unicode..."
|
echo "Importing unicode..."
|
||||||
|
|
1043
po/POTFILES.in
1043
po/POTFILES.in
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue