summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-03-09 22:06:44 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-03-09 22:06:44 -0500
commit209760f8f60ec24e3ccb176914965cd1e223abe4 (patch)
treeb5d9d8e742c1479e59300b072e6dc15c3eb20d37 /setup.py
parent1699013fbd1f667849fede31a1f5e53cc52ba4f3 (diff)
downloadansible-209760f8f60ec24e3ccb176914965cd1e223abe4.tar.gz
Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d37e11c524..c70aa34796 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,8 @@ setup(name='ansible',
'library/git',
]),
('/usr/share/man/man1', [
- 'docs/man/man1/ansible.1'
+ 'docs/man/man1/ansible.1',
+ 'docs/man/man1/ansible-playbook.1'
]),
],
scripts=[