Comment 1 for bug 1387174

Revision history for this message
Antoine "hashar" Musso (hashar) wrote :

manpages supports has been apparently introduced by https://review.openstack.org/26284 and release v0.5.7.

Apparently one has to list them in the pbr config probably using in setup.cfg something like:

 [pbr]
 manpages =
     foobar.1

I gave it a try on the git-review project and running 'python setup.py install':

 ...
 running install_data
 copying git-review.1 -> /usr/local/share/man/man1

Using python setup.py develop, pbr does not install it (would have expected a symbolic link to be set maybe).