bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: [gettext] several suggestions


From: Stepan Kasal
Subject: Re: [gettext] several suggestions
Date: Thu, 28 Jul 2005 16:51:38 +0200
User-agent: Mutt/1.4.1i

Hello,
  let me correct the Makefile.in.in snippet from my previous mail.
The "address@hidden@" would be too tricky to implement; it would
conflict with the LINGUAS variable given to configure.

It should be:
--------- snip -----------
# All languages, defined in the file po/LINGUAS
address@hidden@

# Languages to install, ie. those selected by
#       ./configure LINGUAS="..." ...
# (and the fallback ones, see po.m4 for details):
address@hidden@

# This has to be computed by configure:
# SRCDIR_LINGUAS = $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang))
SRCDIR_LINGUAS = @SRCDIR_LINGUAS@

# Add the suffixes:
POFILES       = $(SRCDIR_LINGUAS:=.po)
UPDATEPOFILES = $(ALL_LINGUAS:=.po-update)
DUMMYPOFILES  = $(ALL_LINGUAS:=.nop)
GMOFILES      = $(SRCDIR_LINGUAS:=.gmo)
CATALOGS      = $(INST_LINGUAS:=.gmo)
--------- snip -----------

Yours,
        Stepan




reply via email to

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