Makevars revision aa169498f202ff137fc5bac890c3f6eb2103aff5
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# Makefile variables for PO directory in any package using GNU gettext.
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# Usually the message domain is the same as the package name.
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. CruzDOMAIN = $(PACKAGE)
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# These two variables depend on the location of this directory.
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruzsubdir = po
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruztop_builddir = ..
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# These options get passed to xgettext.
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. CruzXGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=Q_
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# This is the copyright holder that gets inserted into the header of the
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# package. (Note that the msgstr strings, extracted from the package's
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# sources, belong to the copyright holder of the package.) Translators are
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# expected to transfer the copyright for their translations to this person
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# or entity, or to disclaim their copyright. The empty string stands for
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# the public domain; in this case the translators are expected to disclaim
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# their copyright.
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. CruzCOPYRIGHT_HOLDER = The Inkscape Project
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# This is the list of locale categories, beyond LC_MESSAGES, for which the
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz# message catalogs shall be used. It is usually empty.
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. CruzEXTRA_LOCALE_CATEGORIES =
e9330f65f5c10f3bfd7cba8b7639bbe3dd0e40d6Jon A. Cruz