aboutsummaryrefslogtreecommitdiff
path: root/po/Makevars
blob: 4980a3f7146ec3a58c06e5fa17601383686f27fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Makefile variables for Guile gettext

# Usually the message domain is the same as the package name.
DOMAIN = $(PACKAGE)

# These two variables depend on the location of this directory.
subdir = po
top_builddir = ..

# These options get passed to xgettext.
XGETTEXT_OPTIONS = --from-code=utf-8 --language=Lisp --keyword=_ --keyword=N_

COPYRIGHT_HOLDER = Sergey Poznyakoff

MSGID_BUGS_ADDRESS = gray@gnu.org

EXTRA_LOCALE_CATEGORIES =

Return to:

Send suggestions and report system problems to the System administrator.