Update the python setup script to install the ansible modules man page.

pull/3/head
Tim Bielawa 12 years ago
parent b4fd0042f6
commit d44e0bbb61

@ -22,6 +22,9 @@ setup(name='ansible',
]),
('man/man1', [
'docs/man/man1/ansible.1'
]),
('man/man5', [
'docs/man/man5/ansible-modules.5'
])
],
scripts=[

Loading…
Cancel
Save