[Kimchi-devel] [PATCH] Rebuild .po files when running "make"

Aline Manera alinefm at linux.vnet.ibm.com
Fri Mar 7 20:53:17 UTC 2014


Reviewed-by: Aline Manera <alinefm at linux.vnet.ibm.com>

On 03/07/2014 05:46 PM, Crístian Viana wrote:
> The .po files were only rebuilt with the command "make -C update-po",

I think you mean the .mo files, right?


> but not from the default "make".
>
> Make "update-gmo" a required dependency for the default target ("all")
> in po/Makefile.
>
> Fix issue #200.
>
> Signed-off-by: Crístian Viana <vianac at linux.vnet.ibm.com>
> ---
>   po/Makefile.in.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/po/Makefile.in.in b/po/Makefile.in.in
> index 1f02c2e..239e4e5 100644
> --- a/po/Makefile.in.in
> +++ b/po/Makefile.in.in
> @@ -93,7 +93,7 @@ CATALOGS = @CATALOGS@
>   	mv t-$@ $@
>   
>   
> -all: check-macro-version all- at USE_NLS@
> +all: check-macro-version update-gmo all- at USE_NLS@
>   
>   all-yes: stamp-po
>   all-no:




More information about the Kimchi-devel mailing list