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 <victortoso@redhat.com>
This commit is contained in:
Pavel Grunt 2017-07-14 14:01:20 +02:00
parent 2135d822af
commit 5d00a4dc6d
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ EXTRA_DIST = \
build-aux/git-version-gen \
gtk-doc.make \
.version \
$(INTLTOOL_FILES) \
$(NULL)
MAINTAINERCLEANFILES = \

View File

@ -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