From 5d00a4dc6d1da50599afcd1037d293e7fab927f6 Mon Sep 17 00:00:00 2001 From: Pavel Grunt Date: Fri, 14 Jul 2017 14:01:20 +0200 Subject: [PATCH] Do not update .po files with ./autogen.sh && make It is enough to update them just before the release (`make dist`) Reported-by: Victor Toso --- Makefile.am | 1 - po/Makevars | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 30f05f4..ccb81aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,6 @@ EXTRA_DIST = \ build-aux/git-version-gen \ gtk-doc.make \ .version \ - $(INTLTOOL_FILES) \ $(NULL) MAINTAINERCLEANFILES = \ diff --git a/po/Makevars b/po/Makevars index 1359b7a..78f708e 100644 --- a/po/Makevars +++ b/po/Makevars @@ -86,7 +86,7 @@ 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