automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: preserve Python directory hierarchy


From: Ralf Wildenhues
Subject: Re: preserve Python directory hierarchy
Date: Tue, 22 Dec 2009 07:21:44 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

Hi Baurzhan,

* Baurzhan Ismagulov wrote on Tue, Dec 22, 2009 at 12:51:33AM CET:
> I've created a Makefile.am to compile and install Python files.
> 
> Now, the files are copied into a single destination directory. I'd like
> to distribute the files preserving their paths, i.e., the structure
> 
> pkg/
>   a.py
>   b.py
>   c/
>     d.py
>     e.py
> 
> should be reproduced under /usr/lib/python2.5/site-packages/pkg.

Use nobase_python_PYTHON.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]