Because everything should have a man page

This commit is contained in:
Tim Bielawa 2012-02-24 20:05:05 -05:00
commit f0b0211772
6 changed files with 256 additions and 1 deletions

View file

@ -19,10 +19,12 @@ setup(name='ansible',
'library/command',
'library/facter',
'library/copy',
]),
('man/man1', [
'docs/man/man1/ansible.1'
])
],
scripts=[
'bin/ansible',
]
)