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:
Antoine Musso 2014-10-31 11:44:54 +01:00
parent 80f7cd2c0a
commit 2ff009d09f
1 changed files with 3 additions and 1 deletions

View File

@ -36,4 +36,6 @@ build-dir = doc/build
all_files = 1
[pbr]
warnerrors = True
manpages =
git-review.1
warnerrors = True