* autogen.sh: Exclude unused libgcrypt files from translation.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-07 11:45:47 +02:00
parent fb2666b560
commit bed061426d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-05-07 Vladimir Serbinenko <phcoder@gmail.com>
* autogen.sh: Exclude unused libgcrypt files from translation.
2013-05-07 Vladimir Serbinenko <phcoder@gmail.com>
Simplify few strings.

View File

@ -6,7 +6,7 @@ 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
find . -iname '*.[ch]' -not -ipath './grub-core/lib/libgcrypt-grub/*' -not -ipath './build-aux/*' -not -ipath './grub-core/lib/libgcrypt/src/misc.c' -not -ipath './grub-core/lib/libgcrypt/src/global.c' -not -ipath './grub-core/lib/libgcrypt/src/secmem.c' |sort > po/POTFILES.in
autogen --version >/dev/null || exit 1