[Spice-commits] Makefile.am po/Makevars
Pavel Grunt
pgrunt at kemper.freedesktop.org
Mon Jul 17 13:22:19 UTC 2017
Makefile.am | 1 -
po/Makevars | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 5d00a4dc6d1da50599afcd1037d293e7fab927f6
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Fri Jul 14 14:01:20 2017 +0200
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 at redhat.com>
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
More information about the Spice-commits
mailing list