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

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

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

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

COPYRIGHT_HOLDER = Copyright (c) 2014-2016 Matthias Klumpp

EXTRA_LOCALE_CATEGORIES =
