xref: /netbsd-src/external/gpl2/diffutils/dist/po/Makevars (revision 75f6d617e282811cb173c2ccfbf5df0dd71f7045)
1*75f6d617Schristos# Makefile variables for PO directory in any package using GNU gettext.
2*75f6d617Schristos
3*75f6d617Schristos# Usually the message domain is the same as the package name.
4*75f6d617SchristosDOMAIN = $(PACKAGE)
5*75f6d617Schristos
6*75f6d617Schristos# These two variables depend on the location of this directory.
7*75f6d617Schristossubdir = po
8*75f6d617Schristostop_builddir = ..
9*75f6d617Schristos
10*75f6d617Schristos# These options get passed to xgettext.
11*75f6d617SchristosXGETTEXT_OPTIONS = --keyword=_ --keyword=N_
12*75f6d617Schristos
13*75f6d617Schristos# This is the copyright holder that gets inserted into the header of the
14*75f6d617Schristos# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
15*75f6d617Schristos# package.  (Note that the msgstr strings, extracted from the package's
16*75f6d617Schristos# sources, belong to the copyright holder of the package.)  Translators are
17*75f6d617Schristos# expected to transfer the copyright for their translations to this person
18*75f6d617Schristos# or entity, or to disclaim their copyright.  The empty string stands for
19*75f6d617Schristos# the public domain; in this case the translators are expected to disclaim
20*75f6d617Schristos# their copyright.
21*75f6d617SchristosCOPYRIGHT_HOLDER = Free Software Foundation, Inc.
22*75f6d617Schristos
23*75f6d617Schristos# This is the list of locale categories, beyond LC_MESSAGES, for which the
24*75f6d617Schristos# message catalogs shall be used.  It is usually empty.
25*75f6d617SchristosEXTRA_LOCALE_CATEGORIES =
26