Remove POTFILES.in and regenerate it in autogen.sh.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-28 13:49:21 +02:00
parent d417ddc4e4
commit 965fa82940
4 changed files with 7 additions and 1043 deletions

View File

@ -174,3 +174,4 @@ po/*.gmo
po/LINGUAS
include/grub/gcrypt/gcrypt.h
include/grub/gcrypt/g10lib.h
po/POTFILES.in

View File

@ -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>
Move --directory/--override-directorry to grub-install_header and unify.

View File

@ -6,6 +6,8 @@ export LC_CTYPE=C
export LC_COLLATE=C
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
echo "Importing unicode..."

File diff suppressed because it is too large Load Diff