Am Samstag, 29. Mai 2004 00:16 schrieb Lars Gullik Bjønnes: > Georg Baum <[EMAIL PROTECTED]> writes: > > | Lars, > > > | lib/Makefile.am contains some compiled python files: > | If they are not there, make complains (with builddir != srcdir). > | If they should be installed, then certainly all of them and not the old > | lyxconvert_* files, but I don't know how to do that. > > Just delete them from the lyx2lyx_DATA variable?
Of course. I should have been more clear: Some time ago there was a discussion wether the .pyc files should be installed (thread "Python .pyc files"), and what I don't know is how that can be done. I have now reread that thread, and since one result was that the .pyc files depend on the python version, I am going to delete the .pyc files from the lyx2lyx_DATA variable. Georg