Kornel Benko wrote: > > there is no harm to simply kill it and treat layouttranslation as a normal > > source file. > > its just for manual regeneration and for the people who know what they are > > doing.. > > pavel > > > > No dear. There is a problem. In autotools, there is a method to create this > file, so there has to be one in cmake too. > In cmake, we create it in the build-directory. Of course, we could copy and > then install or directly install from source.
yes, we _must_ copy it, no rebuild! now the diff is zero, but that can easily change during 2.0.x cycle (even for autotools) and this file must remain fixed during the whole 2.0.x cycle. > But how to create if needed? > The best, I can think of now, is to make a special target or so. But then, > what to install? The created target, or source? thats how it is on autotools, you have special target and you regenerate it because you want to commit it to trunk (or test translation), but not because you want to install it. pavel