changes needed to use intltools to generate *.desktop file:

- changed src/messages/ to src/po/
- added POTFILES.in and configure.in files
This commit is contained in:
Pablo Saratxaga 2004-06-14 15:12:02 +00:00
parent 60ccdb0e65
commit 295041ba59
51 changed files with 23406 additions and 251 deletions

5
src/configure.in Normal file
View file

@ -0,0 +1,5 @@
# fake file, so that intltools work
AM_INIT_AUTOMAKE(tuxpaint, 0.9.14)
AM_PROG_XML_I18N_TOOLS