Made internationalisation optional; to compile the game without I18N,
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Tue, 11 Sep 2007 23:58:30 +0000 (23:58 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Tue, 11 Sep 2007 23:58:30 +0000 (23:58 +0000)
commitfe351c68ff4b83d003194cebd0812a1b152d2bab
treef1dfc9a88d626326c1aad7f7a6fcf0f48bf5ffce
parent62158ab3e6af0601ba4516f5765aeae5fff6f020
Made internationalisation optional;  to compile the game without I18N,
use "make DISABLE_NLS=1".  I moved most of the gettext-related Makefile
stuff to po/Makefile and added a couple of the more useful ("standard"?)
features found in autotools-based packages:  support for the LINGUAS
environment variable and the "update-po" target.

git-svn-id: https://s.snth.net/svn/neverball/trunk@1119 78b8d119-cf0a-0410-b17c-f493084dd1d7
Makefile
po/Makefile [new file with mode: 0644]
scripts/extractpo.sh
share/lang.c
share/lang.h