However, if auto* creates
the po file differently, this will lead to a lot of confusion and
frustration (at least for those with a slow internet connection :-) )

For example, one of the problems is that

autotools:

layouts_l10n.pot: $(top_srcdir)/lib/layouts/*.layout
$(top_srcdir)/lib/layouts/*.inc

scons:

...  % x for x in lib_layouts_files]

where lib_layouts_files has

   IEEEtran.layout
   aa.layout
   aapaper.inc
   aapaper.layout

so aapaper.inc is placed in different order...

I guess I have to change scons to make autotools happy.

Cheers,
Bo

Reply via email to