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

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

Re: shishi-0.0.30.pot file


From: Simon Josefsson
Subject: Re: shishi-0.0.30.pot file
Date: Mon, 11 Jun 2007 12:21:02 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.0.95 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Simon Josefsson wrote:
>> test -z "address@hidden address@hidden pl.po-update" || make address@hidden 
>> address@hidden pl.po-update
>> make[4]: Entering directory `/home/jas/src/shishi/shishi-0.0.31/_build/po'
>> sed -e '/^#/d' -e 's/HEADER/address@hidden/g' ../../po/insert-header.sin > 
>> address@hidden
>> address@hidden:
>> mv: cannot move 
>> `/home/jas/src/shishi/shishi-0.0.31/_build/po/address@hidden' to 
>> address@hidden': Permission denied
>
> Ah, right, this address@hidden is not updated through msgmerge, but through
> msginit and msgfilter. (See the file Rules-quot.) You need to pass the
> option --no-location to one of these two programs as well.

Ok, this seems to work:

# Avoid line numbers in *.po, but keep them in *.pot.
MSGMERGE = msgmerge --no-location
MSGMERGE_UPDATE = msgmerge --no-location --update
MSGFILTER = msgfilter --no-location

I'll roll a release with this now to see how well it works in real life.

/Simon




reply via email to

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