summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-12-06 13:15:17 +0100
committerKalev Lember <klember@redhat.com>2016-12-06 13:15:17 +0100
commit122e46eda12820286112b1e727e3ab39687a5b9f (patch)
tree547cc3d17b63f2d14d02e48555685dfa3fd2bd52
parent70381c637d2373010d24c5f13724a19d7dd04702 (diff)
downloadappstream-glib-122e46eda12820286112b1e727e3ab39687a5b9f.tar.gz
Don't regenerate .pot files with every build
The pot files are checked into git and regenerating them makes it difficult to work on the code, littering commits with unrelated .pot file changes.
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index 55b76d7..0dfd398 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -69,7 +69,7 @@ MSGINIT_OPTIONS = --no-wrap
# 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 = yes
+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