>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> It is trivial to refactor that so that we have a more Georg> meaningful argument, but first I want to know if there are any Georg> reasons not to create the lst files in configure.py. The problem I have with this approach is that the TeXFile.py is rather slow. On my system, it takes 11s, whereas configure.py itself needs 5s. There is no reason why it should be so slow, but unfortunately I do not know of a way to ask kpathsea to give us the list of .cls files, for example. This is why we use an ugly find-like algorithm, but it is sluggish. JMarc