aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2019-06-05 16:34:10 -0400
committerJason Conti <jason.conti@gmail.com>2019-06-05 16:34:10 -0400
commit158883d78593629e381a3b9face53499d0a1cd4e (patch)
tree7de6e2432040c7bfebe4cbd6b2bb6cd8403b1365 /po
parent68399184efc40f09d0661f2ace97c80b50f40123 (diff)
downloadayatana-indicator-notifications-158883d78593629e381a3b9face53499d0a1cd4e.tar.gz
ayatana-indicator-notifications-158883d78593629e381a3b9face53499d0a1cd4e.tar.bz2
ayatana-indicator-notifications-158883d78593629e381a3b9face53499d0a1cd4e.zip
* Stop using gnome-autogen.sh
(https://wiki.gnome.org/Projects/GnomeCommon/Migration)
Diffstat (limited to 'po')
-rw-r--r--po/LINGUAS0
-rw-r--r--po/Makevars11
2 files changed, 11 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/po/LINGUAS
diff --git a/po/Makevars b/po/Makevars
index 18ed957..613d8ce 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -3,3 +3,14 @@ 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