Re: po/POTFILES.in

2002-07-17 Thread Allan Rae
On Thu, 4 Jul 2002, Allan Rae wrote: [...] > Again, I see no need for lyx.pot or POTFILES* to be in CVS. Please > enlighten me if I've missed something. > > (Although as I said in my last email srcdir!=builddir is now getting > to be a problem because the generated form_*.[Ch] files are in > bui

Re: po/POTFILES.in

2002-07-04 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On Wed, 3 Jul 2002, Lars Gullik Bjønnes wrote: > >> Allan Rae <[EMAIL PROTECTED]> writes: >> >> | They don't need to make a dist. Translaters are usually asked to >> | download a prelease (ie. a dist) and provide updated translations from >> | that. So th

Re: po/POTFILES.in

2002-07-03 Thread Allan Rae
On Wed, 3 Jul 2002, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | They don't need to make a dist. Translaters are usually asked to > | download a prelease (ie. a dist) and provide updated translations from > | that. So the dist is the only place we need to ensure we h

Re: po/POTFILES.in

2002-07-03 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | They don't need to make a dist. Translaters are usually asked to | download a prelease (ie. a dist) and provide updated translations from | that. So the dist is the only place we need to ensure we have a | correct copy of POTFILES* and lyx.pot (no need fo

Re: po/POTFILES.in

2002-07-03 Thread Allan Rae
On Wed, 3 Jul 2002, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | On Tue, 2 Jul 2002, Lars Gullik Bjønnes wrote: > > > >> Allan Rae <[EMAIL PROTECTED]> writes: [...] > >> | _Or_ not have it in CVS. > >> > >> That is the worst option since we will have a _very_ hard time

Re: po/POTFILES.in

2002-07-03 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On Tue, 2 Jul 2002, Lars Gullik Bjønnes wrote: > >> Allan Rae <[EMAIL PROTECTED]> writes: >> >> | On Sun, 30 Jun 2002, Lars Gullik Bjønnes wrote: | [...] >> >> So the solution is either to make all generations of this document to >> >> use the same sorting

Re: po/POTFILES.in

2002-07-02 Thread Allan Rae
On Tue, 2 Jul 2002, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | On Sun, 30 Jun 2002, Lars Gullik Bjønnes wrote: [...] > >> So the solution is either to make all generations of this document to > >> use the same sorting rules, _or_ to not have this file automatically >

Re: po/POTFILES.in

2002-07-02 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On Sun, 30 Jun 2002, Lars Gullik Bjønnes wrote: > >> Andre Poenitz <[EMAIL PROTECTED]> writes: >> >> | On Fri, Jun 28, 2002 at 12:49:43AM +0200, Lars Gullik Bjønnes wrote: >> >> | It changes all the time. Every build it seems to be different. It's >> >> |

Re: po/POTFILES.in

2002-07-01 Thread Allan Rae
On Sun, 30 Jun 2002, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Fri, Jun 28, 2002 at 12:49:43AM +0200, Lars Gullik Bjønnes wrote: > >> | It changes all the time. Every build it seems to be different. It's > >> | pretty useless as a piece of information in a

Re: po/POTFILES.in

2002-07-01 Thread Stephan Witt
Andre Poenitz wrote: > On Mon, Jul 01, 2002 at 12:22:36PM +0200, Jean-Marc Lasgouttes wrote: > >>Andre> Then perhaps >>Andre> tr [A-Z._] [a-zzz] < POTFILES.in | paste - POTFILES.in | sort | >>Andre> cut -f 2 >> >>Isn't this completely unportable? What an ugly solution... >> > > What's unportabl

Re: po/POTFILES.in

2002-07-01 Thread Andre Poenitz
On Mon, Jul 01, 2002 at 12:22:36PM +0200, Jean-Marc Lasgouttes wrote: > Andre> Then perhaps > Andre> tr [A-Z._] [a-zzz] < POTFILES.in | paste - POTFILES.in | sort | > Andre> cut -f 2 > > Isn't this completely unportable? What an ugly solution... What's unportable there? I always thought that the

Re: po/POTFILES.in

2002-07-01 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Jul 01, 2002 at 11:29:13AM +0200, Lars Gullik Bjønnes Andre> wrote: >> Does that handle sorting differences between "a", "." and "_"? Andre> Hm. No. >> Also we need the correct filename... Andre> Then perhaps Andre> tr

Re: po/POTFILES.in

2002-07-01 Thread Andre Poenitz
On Mon, Jul 01, 2002 at 11:29:13AM +0200, Lars Gullik Bjønnes wrote: > Does that handle sorting differences between "a", "." and "_"? Hm. No. > Also we need the correct filename... Then perhaps tr [A-Z._] [a-zzz] < POTFILES.in | paste - POTFILES.in | sort | cut -f 2 should give a good appro

Re: po/POTFILES.in

2002-07-01 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Jul 01, 2002 at 11:14:36AM +0200, Lars Gullik Bjønnes wrote: >> we do... and the different sorts, sorts it differently... >> (that is where we get the problem...) > | What about > | ... | tr [A-Z] [a-z] | sort > | then? Does that handle sor

Re: po/POTFILES.in

2002-07-01 Thread Andre Poenitz
On Mon, Jul 01, 2002 at 11:14:36AM +0200, Lars Gullik Bjønnes wrote: > we do... and the different sorts, sorts it differently... > (that is where we get the problem...) What about ... | tr [A-Z] [a-z] | sort then? Andre' -- Those who desire to give up Freedom in order to gain Security, w

Re: po/POTFILES.in

2002-07-01 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Jul 01, 2002 at 11:01:31AM +0200, Lars Gullik Bjønnes wrote: >> To me? >> The manually created one, but that has been shot down a number of >> times earlier... > | Hm... does the order of entries in that file convey any information? > | If not,

Re: po/POTFILES.in

2002-07-01 Thread Andre Poenitz
On Mon, Jul 01, 2002 at 11:01:31AM +0200, Lars Gullik Bjønnes wrote: > To me? > The manually created one, but that has been shot down a number of > times earlier... Hm... does the order of entries in that file convey any information? If not, wouldn't it be sufficient just to run 'sort' on POTFIL

Re: po/POTFILES.in

2002-07-01 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sun, Jun 30, 2002 at 12:26:53PM +0200, Lars Gullik Bjønnes wrote: >> So the solution is either to make all generations of this document to >> use the same sorting rules, _or_ to not have this file automatically >> genereated, but manually edited/crea

Re: po/POTFILES.in

2002-07-01 Thread Andre Poenitz
On Sun, Jun 30, 2002 at 12:26:53PM +0200, Lars Gullik Bjønnes wrote: > So the solution is either to make all generations of this document to > use the same sorting rules, _or_ to not have this file automatically > genereated, but manually edited/created instead. So which one is preferable? Andre

Re: po/POTFILES.in

2002-07-01 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Fri, Jun 28, 2002 at 12:49:43AM +0200, Lars Gullik Bjønnes wrote: >> | It changes all the time. Every build it seems to be different. It's >> | pretty useless as a piece of information in a diff. >> >> _what_ changes in it? > | See attachment. So

Re: po/POTFILES.in

2002-06-28 Thread José Abílio Oliveira Matos
On Friday 28 June 2002 06:50, Andre Poenitz wrote: > On Fri, Jun 28, 2002 at 12:49:43AM +0200, Lars Gullik Bjønnes wrote: > > | It changes all the time. Every build it seems to be different. It's > > | pretty useless as a piece of information in a diff. > > > > _what_ changes in it? > > See atta

Re: po/POTFILES.in

2002-06-27 Thread Andre Poenitz
On Fri, Jun 28, 2002 at 12:49:43AM +0200, Lars Gullik Bjønnes wrote: > | It changes all the time. Every build it seems to be different. It's > | pretty useless as a piece of information in a diff. > > _what_ changes in it? See attachment. Andre' -- Those who desire to give up Freedom in ord

Re: po/POTFILES.in

2002-06-27 Thread Lars Gullik Bjønnes
"Michael A. Koziarski" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >>Andre Poenitz <[EMAIL PROTECTED]> writes: >> >>| should this be aded to .cvsignore? >> | It always shows up in cvs diff, even after a clean >>| checkout/autogen/configure >> >>I guess something in it changed then

Re: po/POTFILES.in

2002-06-26 Thread Michael A. Koziarski
Lars Gullik Bjønnes wrote: >Andre Poenitz <[EMAIL PROTECTED]> writes: > >| should this be aded to .cvsignore? > > >| It always shows up in cvs diff, even after a clean >| checkout/autogen/configure > >I guess something in it changed then... > > > It changes all the time. Every build it seems

Re: po/POTFILES.in

2002-06-26 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | should this be aded to .cvsignore? > | It always shows up in cvs diff, even after a clean | checkout/autogen/configure I guess something in it changed then... -- Lgb

Re: po/POTFILES.in

2002-03-07 Thread Allan Rae
On Thu, 7 Mar 2002, John Levon wrote: > On Thu, Mar 07, 2002 at 05:45:03PM +, Angus Leeming wrote: > > > Do we need this file in cvs? I seem to regenerate it on a regular basis (and > > then have to through it away and cvs update it because the order here is so > > very different from the one

Re: po/POTFILES.in

2002-03-07 Thread John Levon
On Thu, Mar 07, 2002 at 05:45:03PM +, Angus Leeming wrote: > Do we need this file in cvs? I seem to regenerate it on a regular basis (and > then have to through it away and cvs update it because the order here is so > very different from the one you lot create). go to the archives and sear