tDon't update translations by default - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e38e2f18f00a7fd09434d626fbbb4cfc1acda284
(DIR) parent 883d8aaa6dfea9df9d0c220d8398bd83c4fa7915
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Fri, 6 Nov 2020 19:10:15 -0800
Don't update translations by default
Since dopewars.pot is in source control,
we don't want to trigger a rebuild whenever
tthe C code is changed.
Diffstat:
M po/Makevars | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/po/Makevars b/po/Makevars
t@@ -73,10 +73,10 @@ MSGINIT_OPTIONS =
# 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
# "no". Set this to no if the POT file and PO files are maintained
# externally.
-DIST_DEPENDS_ON_UPDATE_PO = yes
+DIST_DEPENDS_ON_UPDATE_PO = no