Re: [PATCH] distribute python files properly

2006-08-09 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> The following patch uses automake's integrated python support to Lars> | install configure.py and the other scripts. This means in Lars> particular | that the pyc and pyo

Re: [PATCH] distribute python files properly

2006-08-09 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | The following patch uses automake's integrated python support to | install configure.py and the other scripts. This means in particular | that the pyc and pyo files get installed. | | Does this look sound? (we do that for lyx2lyx, BTW). yes.

[PATCH] distribute python files properly

2006-08-09 Thread Jean-Marc Lasgouttes
The following patch uses automake's integrated python support to install configure.py and the other scripts. This means in particular that the pyc and pyo files get installed. Does this look sound? (we do that for lyx2lyx, BTW). The code also sets the executable bit on the python scripts. Does