On Tue, Feb 27, 2007 at 12:59:42PM -0800, Rodney Kinney wrote: > You can't write the 'info' file directly. You can get around it by creating > a new module with the new name (e.g. Module(Espanol)) and moving the 'info' > file from that module into the one you created with your tool. > > rk
Excuse my ignorance, but why? It would be nice if I didn't have to manually create these files ahead of time. Also, I think I've noticed this file change from time to time during my development. If I were to always use the first file generated, would the module break later on (assuming I don't change the module name)? Thanks -Tim
