Diez B. Roggisch wrote:
> Yann Leboulanger schrieb:
>> Diez B. Roggisch wrote:
>>> Yann Leboulanger schrieb:
Yann Leboulanger wrote:
> Hi,
>
> I use autoconf / automake to manage my python project, and I'l like
> make / make install to create / install .pyo files instead of .p
Yann Leboulanger schrieb:
> Diez B. Roggisch wrote:
>> Yann Leboulanger schrieb:
>>> Yann Leboulanger wrote:
Hi,
I use autoconf / automake to manage my python project, and I'l like
make / make install to create / install .pyo files instead of .py
files.
Is there
Diez B. Roggisch wrote:
> Yann Leboulanger schrieb:
>> Yann Leboulanger wrote:
>>> Hi,
>>>
>>> I use autoconf / automake to manage my python project, and I'l like
>>> make / make install to create / install .pyo files instead of .py files.
>>>
>>> Is there something I should add to my Makefile.am
Yann Leboulanger schrieb:
> Yann Leboulanger wrote:
>> Hi,
>>
>> I use autoconf / automake to manage my python project, and I'l like
>> make / make install to create / install .pyo files instead of .py files.
>>
>> Is there something I should add to my Makefile.am files to do that? Or
>> should I
Yann Leboulanger wrote:
> Hi,
>
> I use autoconf / automake to manage my python project, and I'l like make
> / make install to create / install .pyo files instead of .py files.
>
> Is there something I should add to my Makefile.am files to do that? Or
> should I do all that myself with py_compi
Hi,
I use autoconf / automake to manage my python project, and I'l like make
/ make install to create / install .pyo files instead of .py files.
Is there something I should add to my Makefile.am files to do that? Or
should I do all that myself with py_compile module?
Are there some examples so