Commit 6027c16d by Tim Bielawa

Update distutils setup script to install the new manual page

parent afc7f4d2
...@@ -24,7 +24,8 @@ setup(name='ansible', ...@@ -24,7 +24,8 @@ setup(name='ansible',
'docs/man/man1/ansible.1' 'docs/man/man1/ansible.1'
]), ]),
('man/man5', [ ('man/man5', [
'docs/man/man5/ansible-modules.5' 'docs/man/man5/ansible-modules.5',
'docs/man/man5/ansible-playbook.5'
]) ])
], ],
scripts=[ scripts=[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment