--- setup.py.orig 2009-03-20 09:39:27.000000000 +0100 +++ setup.py 2009-03-20 09:39:38.000000000 +0100 @@ -66,7 +66,7 @@ fn = os.path.join(documentation_path, fn) if os.path.isfile(fn): documentation_files.append(fn) - data_files.append(('docs', documentation_files)) + data_files.append(('share/doc/@@NAME@@', documentation_files)) setup(