mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-21 18:10:11 +00:00
Remove POTFILES.in and regenerate it in autogen.sh.
This commit is contained in:
parent
d417ddc4e4
commit
965fa82940
@ -174,3 +174,4 @@ po/*.gmo
|
||||
po/LINGUAS
|
||||
include/grub/gcrypt/gcrypt.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>
|
||||
|
||||
Move --directory/--override-directorry to grub-install_header and unify.
|
||||
|
@ -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..."
|
||||
|
1043
po/POTFILES.in
1043
po/POTFILES.in
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user