# Makefile variables for PO directory in any package using GNU gettext.

# Usually the message domain is the same as the package name.
DOMAIN = listaller

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

# These options get passed to xgettext.
XGETTEXT_OPTIONS = -L C# -i -c: -s --keyword=_ --keyword=N_ --keyword=__ --no-wrap --no-location \
	--package-name="listaller" \
	--copyright-holder="Matthias Klumpp"

COPYRIGHT_HOLDER = Copyright (c) 2008-2013 Matthias Klumpp

MSGID_BUGS_ADDRESS = listaller@freelists.org

EXTRA_LOCALE_CATEGORIES =
