Re: Installing manpage in setup.py

2007-06-16 Thread Thomas Jollans
Papalagi Pakeha wrote: > Hi all, > > how can I tell setup() in distutils' setup.py to install manual pages > of my program? I.e. prgclient.1 to /.../man/man1 and prgdaemon.8 to > /.../man/man8? The problem is that those /.../ directories may be > different on every system, for instance /usr/share/

Installing manpage in setup.py

2007-06-16 Thread Papalagi Pakeha
Hi all, how can I tell setup() in distutils' setup.py to install manual pages of my program? I.e. prgclient.1 to /.../man/man1 and prgdaemon.8 to /.../man/man8? The problem is that those /.../ directories may be different on every system, for instance /usr/share/man on OpenSUSE and /usr/man on Sol