Mercurial > pidgin.yaz
annotate Makefile.am @ 4161:c79961f48063
[gaim-migrate @ 4390]
David Brigada (jsi) writes:
"User <youssef> claims that there were a couple of bad
translations of the word "account" into French. I
don't speak French and therefore cannot verify the
translation. However, the patch is here."
if the translations are bad, be aware that the gaim developers are pretty much
just accepting patches for them, the only way to get them fixed is to submit
more patches, as we can't really tell the difference between a good patch and a
bad one in languages we don't know.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 31 Dec 2002 18:21:32 +0000 |
parents | d85208a99af2 |
children | fbf9f873abfc |
rev | line source |
---|---|
3439 | 1 EXTRA_DIST = gaim.spec.in gaim.desktop \ |
3415
d7c90e6ecc23
[gaim-migrate @ 3434]
Christian Hammond <chipx86@chipx86.com>
parents:
3388
diff
changeset
|
2 HACKING gaim2blt.pl licq2gaim.pl setup-gettext |
0 | 3 |
3449
8c6950b6eb82
[gaim-migrate @ 3493]
Christian Hammond <chipx86@chipx86.com>
parents:
3439
diff
changeset
|
4 dist-hook: gaim.spec |
8c6950b6eb82
[gaim-migrate @ 3493]
Christian Hammond <chipx86@chipx86.com>
parents:
3439
diff
changeset
|
5 cp gaim.spec $(distdir) |
8c6950b6eb82
[gaim-migrate @ 3493]
Christian Hammond <chipx86@chipx86.com>
parents:
3439
diff
changeset
|
6 |
3726 | 7 pixmapdir = $(datadir)/applications |
327 | 8 pixmap_DATA = gaim.desktop |
9 | |
2086
424a40f12a6c
[gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1685
diff
changeset
|
10 SUBDIRS = m4 sounds plugins pixmaps doc po intl src |
0 | 11 ACLOCAL_AMFLAGS = -I m4 |