mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
19 lines
398 B
Text
19 lines
398 B
Text
|
# Makefile variables for PO directory in any package using GNU gettext.
|
||
|
|
||
|
DOMAIN = $(PACKAGE)
|
||
|
|
||
|
subdir = po
|
||
|
top_builddir = ..
|
||
|
|
||
|
# These options get passed to xgettext.
|
||
|
XGETTEXT_OPTIONS = \
|
||
|
--language=Scheme \
|
||
|
--keyword=_ --keyword=N_ \
|
||
|
--keyword=description --keyword=long-description
|
||
|
|
||
|
COPYRIGHT_HOLDER = Ludovic Courtès
|
||
|
|
||
|
MSGID_BUGS_ADDRESS = ludo@gnu.org
|
||
|
|
||
|
EXTRA_LOCALE_CATEGORIES =
|