Re: [Spice-devel] [PATCH spice-gtk] Do not update .po files with ./autogen.sh && make

2017-07-17 Thread Marc-André Lureau


- Original Message -
> It is enough to update them just before the release (`make dist`)
> 
> Reported-by: Victor Toso 

ack

> ---
> also remove a intltool leftover
> ---
>  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
> --
> 2.13.3
> 
> ___
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
> 
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


[Spice-devel] [PATCH spice-gtk] Do not update .po files with ./autogen.sh && make

2017-07-14 Thread Pavel Grunt
It is enough to update them just before the release (`make dist`)

Reported-by: Victor Toso 
---
also remove a intltool leftover
---
 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
-- 
2.13.3

___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel