24 lines
759 B
Plaintext
24 lines
759 B
Plaintext
DOMAIN = $(PACKAGE)
|
|
subdir = po
|
|
top_builddir = ..
|
|
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
|
COPYRIGHT_HOLDER =
|
|
PACKAGE_GNU = no
|
|
MSGID_BUGS_ADDRESS = www.xchat.org
|
|
EXTRA_LOCALE_CATEGORIES =
|
|
USE_MSGCTXT = no
|
|
MSGMERGE_OPTIONS =
|
|
MSGINIT_OPTIONS =
|
|
|
|
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
|
|
# has changed. Possible values are "yes" and "no". Set this to no if
|
|
# the POT file is checked in the repository and the version control
|
|
# program ignores timestamps.
|
|
PO_DEPENDS_ON_POT = no
|
|
|
|
# This tells whether or not to forcibly update $(DOMAIN).pot and
|
|
# regenerate PO files on "make dist". Possible values are "yes" and
|
|
# "no". Set this to no if the POT file and PO files are maintained
|
|
# externally.
|
|
DIST_DEPENDS_ON_UPDATE_PO = yes
|