mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Install .5 manpages
This commit is contained in:
parent
59464226c0
commit
1ef4d149a7
4
setup.py
4
setup.py
@ -62,6 +62,8 @@ setup(name='ubuntu-dev-tools',
|
||||
'ubuntutools/sponsor_patch',
|
||||
'ubuntutools/test',
|
||||
],
|
||||
data_files=[('share/man/man1', glob.glob("doc/*.1"))],
|
||||
data_files=[('share/man/man1', glob.glob("doc/*.1")),
|
||||
('share/man/man5', glob.glob("doc/*.5")),
|
||||
],
|
||||
test_suite='ubuntutools.test.discover',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user