Mercurial > audlegacy-plugins
annotate po/Makevars @ 2774:f1f7ee810de8
add metadata to stream + flush() should do a real flush at least with mp3
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Fri, 13 Jun 2008 04:58:39 +0300 |
parents | 4e3a09ba3f0b |
children | 63894a1e6b14 |
rev | line source |
---|---|
390 | 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. | |
515 | 9 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=utf-8 |
390 | 10 |
11 # This is the copyright holder that gets inserted into the header of the | |
418
267f305db3e1
[svn] Copy Makevars from audacious-devel, fixes "make[1]: *** No rule to make target `depend'. Stop."
hansmi
parents:
390
diff
changeset
|
12 # $(DOMAIN).pot file. |
267f305db3e1
[svn] Copy Makevars from audacious-devel, fixes "make[1]: *** No rule to make target `depend'. Stop."
hansmi
parents:
390
diff
changeset
|
13 COPYRIGHT_HOLDER = Translator <translator@invalid> |
390 | 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 = | |
18 | |
418
267f305db3e1
[svn] Copy Makevars from audacious-devel, fixes "make[1]: *** No rule to make target `depend'. Stop."
hansmi
parents:
390
diff
changeset
|
19 MSGID_BUGS_ADDRESS = http://bugs.audacious-media-player.org |
267f305db3e1
[svn] Copy Makevars from audacious-devel, fixes "make[1]: *** No rule to make target `depend'. Stop."
hansmi
parents:
390
diff
changeset
|
20 |
267f305db3e1
[svn] Copy Makevars from audacious-devel, fixes "make[1]: *** No rule to make target `depend'. Stop."
hansmi
parents:
390
diff
changeset
|
21 build: all |
267f305db3e1
[svn] Copy Makevars from audacious-devel, fixes "make[1]: *** No rule to make target `depend'. Stop."
hansmi
parents:
390
diff
changeset
|
22 |
267f305db3e1
[svn] Copy Makevars from audacious-devel, fixes "make[1]: *** No rule to make target `depend'. Stop."
hansmi
parents:
390
diff
changeset
|
23 depend: |