Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-20 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > > Or to put it another way, it's irritating to hear such complaints > So you mean 'we' wrote the awk scripts? Yup. In this case "we" is mainly Lars and Jean-Marc, IIRC. > If these awk scripts are home-made, I do not mind translating them to > Python to inc

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-20 Thread Bo Peng
Or to put it another way, it's irritating to hear such complaints ;-) So you mean 'we' wrote the awk scripts? I thought they come from gettext or qt4 because qt should provide gettext processing scripts for their ui files. If these awk scripts are home-made, I do not mind translating them to Py

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-20 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > But it is irritating that awk is used for such purposes in the first > place. I used awk before and I respect its convenience, but if gettext > is intended to be cross-platform, a more portable tool should have > been used. Hey, hey! LyX on Windows didn't exis

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-19 Thread Bo Peng
I never said it would be simple :-) But it is irritating that awk is used for such purposes in the first place. I used awk before and I respect its convenience, but if gettext is intended to be cross-platform, a more portable tool should have been used. It is silly to call 'make lyx.po-upate' f

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-19 Thread Michael Gerz
Bo Peng wrote: Updating po files does not sound very difficult, I will have a look. I had a look at po/Makefile. po/lyx.po is generated by a bunch of awk/sed commands (ui_l10n.pot etc). This basically means that the po files can only be updated under *nux, and it is meaningless to port this M

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-18 Thread Bo Peng
Updating po files does not sound very difficult, I will have a look. I had a look at po/Makefile. po/lyx.po is generated by a bunch of awk/sed commands (ui_l10n.pot etc). This basically means that the po files can only be updated under *nux, and it is meaningless to port this Makefile to scons,

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-18 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: bpeng Date: Sun Mar 18 07:03:28 2007 New Revision: 17468 URL: http://www.lyx.org/trac/changeset/17468 Log: SCons: build TOC.lyx during installation Bo, if you want to make scons a true first-class LyX citizen, you should also add the functionality to upda