From 4e2ad4b138e7ebec03bda885853b34ff85969a03 Mon Sep 17 00:00:00 2001 From: Olivier Schneider Date: Tue, 31 Mar 2026 15:27:44 +0200 Subject: prevent po updates when generating pot files --- po/Makevars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/Makevars b/po/Makevars index 5c3836c..acb8f41 100644 --- a/po/Makevars +++ b/po/Makevars @@ -69,10 +69,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 -- cgit v1.2.1