summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitlab-ci/run-test.sh3
-rw-r--r--po/Makevars2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci/run-test.sh b/.gitlab-ci/run-test.sh
index be725133f6..0e2f3f52ef 100755
--- a/.gitlab-ci/run-test.sh
+++ b/.gitlab-ci/run-test.sh
@@ -20,6 +20,9 @@ fi
do_clean() {
git clean -fdx
+ # "make -C update-po", run on "make dist" has a silly habit of
+ # modifying files in-tree. Lets undo that.
+ git checkout -- po/
}
uname -a
diff --git a/po/Makevars b/po/Makevars
index b858b6db7d..ebd690f6bd 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -75,4 +75,4 @@ PO_DEPENDS_ON_POT = no
# 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
+DIST_DEPENDS_ON_UPDATE_PO = yes