Bring po update out of cmake again
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 08:19:31 +0000 (10:19 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 14:52:59 +0000 (16:52 +0200)
commit47381bde3b4d7a9ee9780786c9a993f2b63a488a
tree368e0a2506655673ae41d39fefd5c08aa8bfaab3
parentc578efb32b57b08275b9a0a2fd4a76b4e4b9e87d
Bring po update out of cmake again

This solves two issues at once:
* CMake would delete po files during ‘make clean’ because it thought
  they were autogenerated and not just managed
* the only gettext tools readily available in Windows are so old they
  don't support options like --package-name

The change also moves minetest.pot down one level, so we don't need to
special case ‘en’ anymore.

The downside is of course that you need some sane POSIX shell to update
the po files.
cmake/Modules/FindGettextLib.cmake
po/en/minetest.pot [deleted file]
po/minetest.pot [new file with mode: 0644]
src/CMakeLists.txt
util/updatepo.sh [new file with mode: 0755]