2012-06-29 16:22:48 -04:00
|
|
|
# Makefile variables for PO directory in any package using GNU gettext.
|
|
|
|
|
2014-06-13 11:30:40 -04:00
|
|
|
DOMAIN = guix
|
2012-06-29 16:22:48 -04:00
|
|
|
|
2014-06-13 10:15:18 -04:00
|
|
|
subdir = po/guix
|
|
|
|
top_builddir = ../..
|
2012-06-29 16:22:48 -04:00
|
|
|
|
2014-01-22 11:09:21 -05:00
|
|
|
# These options get passed to xgettext. We want to catch standard
|
2014-06-13 11:30:40 -04:00
|
|
|
# gettext uses, and SRFI-35 error condition messages.
|
2014-01-22 11:09:21 -05:00
|
|
|
XGETTEXT_OPTIONS = \
|
|
|
|
--language=Scheme --from-code=UTF-8 \
|
2014-09-29 15:16:34 -04:00
|
|
|
--keyword=_ --keyword=N_:1,2 \
|
2014-08-31 20:13:21 -04:00
|
|
|
--keyword=message \
|
|
|
|
--keyword=description
|
2012-06-29 16:22:48 -04:00
|
|
|
|
|
|
|
COPYRIGHT_HOLDER = Ludovic Courtès
|
|
|
|
|
|
|
|
MSGID_BUGS_ADDRESS = ludo@gnu.org
|
|
|
|
|
|
|
|
EXTRA_LOCALE_CATEGORIES =
|