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
