trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trans-coord/gnun/server/gnun AUTHORS ChangeLog ...


From: D. Barbier
Subject: Re: trans-coord/gnun/server/gnun AUTHORS ChangeLog ...
Date: Sat, 24 Mar 2012 00:53:32 +0100

Le 17 mars 2012 16:00, Pavel Kharitonov a écrit :
> CVSROOT:        /sources/trans-coord
> Module name:    trans-coord
> Changes by:     Pavel Kharitonov <ineiev>       12/03/17 15:00:46
>
> Modified files:
>        gnun/server/gnun: AUTHORS ChangeLog GNUmakefile Makefile.am NEWS
>                          config.mk config.mk.in configure.ac
>        gnun/server/gnun/doc: gnun.texi
> Added files:
>        gnun/server/gnun: copy-msgid copy-msgid.in
>
> Log message:
>        Introduce compendia.
[...]
> Index: GNUmakefile
> ===================================================================
> RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
> retrieving revision 1.117
> retrieving revision 1.118
> diff -u -b -r1.117 -r1.118
> --- GNUmakefile 16 Mar 2012 11:48:13 -0000      1.117
> +++ GNUmakefile 17 Mar 2012 15:00:22 -0000      1.118
[...]
> @@ -1017,7 +1151,7 @@
>  ifndef TEAM
>        $(error Please specify a language code, for example TEAM=fr)
>  endif
> -ifneq ($(TEAM),$(findstring $(TEAM),$(sort $(GENERIC_LINGUAS))))
> +ifneq ($(TEAM),$(call find-language,$(TEAM),$(sort $(GENERIC_LINGUAS))))
>       address@hidden "There are no translations for language $(TEAM)."
>  else
>       address@hidden $(rootdir) ; LC_ALL=C find -name '*.$(TEAM).po' -printf 
> "%p: " \

Hello,

Therese Godefroy spotted an error here, 'make report' complains that
there are no French translations.
This is because find-language returns .$(TEAM). and not $(TEAM).
IMHO
  ifeq (,$(call find-language,$(TEAM),$(sort $(GENERIC_LINGUAS))))
does the job.

Denis



reply via email to

[Prev in Thread] Current Thread [Next in Thread]