On Friday 18 July 2008 17:41:38 Kevin DeKorte wrote:
> Cesare Tirabassi wrote:
> | Kevin,
> |
> | is it me or the gmo which are included in 0.6.3 do not match the po?
> |
> | Cesare
> Cesare,
> the .gmo files are created from the .po files from the source, during
> make dist. You can force a recreation of them via 'make update-po' in
> the po directory.
> Also, the .gmo files are not stored in svn, so they should be created as
> needed.
> Kevin
Right, so, may I boldly ask what is the point of having the gmo being created
by your dist target?
Wouldn't be better to just have them created during build?
I'm asking since the gmo created during build may differ from those created by
your dist target (and eventually fail our build system).
Cesare