mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2025-12-31 19:45:45 +00:00
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:
parent
2135d822af
commit
5d00a4dc6d
@ -32,7 +32,6 @@ EXTRA_DIST = \
|
||||
build-aux/git-version-gen \
|
||||
gtk-doc.make \
|
||||
.version \
|
||||
$(INTLTOOL_FILES) \
|
||||
$(NULL)
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user