Mercurial > audlegacy
annotate po/Makevars @ 4887:0ddbd0025174 default tip
added libaudtag. (not used yet.)
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 05 May 2010 18:26:06 +0900 |
parents | 273e15b0d9c1 |
children |
rev | line source |
---|---|
0 | 1 # Usually the message domain is the same as the package name. |
2 DOMAIN = $(PACKAGE) | |
3 | |
4 # These two variables depend on the location of this directory. | |
5 subdir = po | |
6 top_builddir = .. | |
7 | |
8 # These options get passed to xgettext. | |
9 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ | |
10 | |
11 # This is the copyright holder that gets inserted into the header of the | |
12 # $(DOMAIN).pot file. | |
13 COPYRIGHT_HOLDER = Translator <translator@invalid> | |
14 | |
15 # This is the list of locale categories, beyond LC_MESSAGES, for which the | |
16 # message catalogs shall be used. It is usually empty. | |
17 EXTRA_LOCALE_CATEGORIES = | |
563
0879e7ad85b1
[svn] some buildsystem changes... nothing notable yet
nenolod
parents:
0
diff
changeset
|
18 |
4569
273e15b0d9c1
Updated bug tracker address.
Matti Hamalainen <ccr@tnsp.org>
parents:
2313
diff
changeset
|
19 MSGID_BUGS_ADDRESS = http://bugzilla.atheme.org/ |
1414 | 20 |
563
0879e7ad85b1
[svn] some buildsystem changes... nothing notable yet
nenolod
parents:
0
diff
changeset
|
21 build: all |
2313 | 22 |
23 depend: |