Makevars 1.1 KB

12345678910111213141516171819202122232425
  1. # Makefile variables for PO directory in any package using GNU gettext.
  2. # Usually the message domain is the same as the package name.
  3. DOMAIN = $(PACKAGE)
  4. # These two variables depend on the location of this directory.
  5. subdir = po
  6. top_builddir = ..
  7. # These options get passed to xgettext.
  8. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
  9. # This is the copyright holder that gets inserted into the header of the
  10. # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
  11. # package. (Note that the msgstr strings, extracted from the package's
  12. # sources, belong to the copyright holder of the package.) Translators are
  13. # expected to transfer the copyright for their translations to this person
  14. # or entity, or to disclaim their copyright. The empty string stands for
  15. # the public domain; in this case the translators are expected to disclaim
  16. # their copyright.
  17. COPYRIGHT_HOLDER = Free Software Foundation, Inc.
  18. # This is the list of locale categories, beyond LC_MESSAGES, for which the
  19. # message catalogs shall be used. It is usually empty.
  20. EXTRA_LOCALE_CATEGORIES =