automake
[Top][All Lists]
Advanced

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

preserve Python directory hierarchy


From: Baurzhan Ismagulov
Subject: preserve Python directory hierarchy
Date: Tue, 22 Dec 2009 00:51:33 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

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.

How can I do that?

Thanks in advance,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/




reply via email to

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