f5614e69e1
* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'.
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
# 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 --from-code=UTF-8 \
|
|
--keyword=_ --keyword=N_ \
|
|
--keyword=description --keyword=long-description
|
|
|
|
COPYRIGHT_HOLDER = Ludovic Courtès
|
|
|
|
MSGID_BUGS_ADDRESS = ludo@gnu.org
|
|
|
|
EXTRA_LOCALE_CATEGORIES =
|