aboutsummaryrefslogtreecommitdiff
path: root/po/Makevars
blob: 613d8ced2f17fe6cbc9b0f3ef04356c3121b1fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DOMAIN = $(PACKAGE)
subdir = po
top_builddir = ..
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8
EXTRA_LOCALE_CATEGORIES =

# Ignore the timestamp of the .pot file, as git clones do not have
# deterministic timestamps, and .po files are updated by translators
# (only) in GNOME projects.
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 = no