pbr should install the manpage
The manpage is no more installed when invoking 'python setup.py install' since the pbr migration (d73c473 https://review.openstack.org/35486/ ). Digging in pbr code, I eventually found out the setup.cfg file needs to list the manpages to be installed (pbr.manpages). The feature has been introduced in pbr 0.5.7. Closes-Bug: 1387174 Change-Id: I9105cff65e830ec2b7800311ed400707feb96a77
This commit is contained in:
parent
80f7cd2c0a
commit
2ff009d09f
@ -36,4 +36,6 @@ build-dir = doc/build
|
||||
all_files = 1
|
||||
|
||||
[pbr]
|
||||
manpages =
|
||||
git-review.1
|
||||
warnerrors = True
|
Loading…
x
Reference in New Issue
Block a user