On 2010-03-23, Jack Desert wrote: > It's becoming tedious and error-prone to manually set up file formats > and converter definitions for a script I'm writing. How do I > automate the process so that the file formats and converter definitions > are created when I run Tools --> Reconfigure?
This is done by a Python script, configure.py, which you might find and utilize. However, modifying the original would mean that you loose either your variant or any improvements with the next lyx version. Maybe a wrapper (with your extensions and a call to the original) could be designed. (I don't know the details nor whether this is possible at all.) Günter