summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2012-02-26 21:04:38 -0500
committerTim Bielawa <tbielawa@redhat.com>2012-02-26 21:04:38 -0500
commit6027c16ddd85339b9ceec39370a1e50df93f71e7 (patch)
tree54183c2205e773b99af4c3cf224a5fd6cf4a55f2 /setup.py
parentafc7f4d246fc41be60af5abd6262ec79f252a533 (diff)
downloadansible-6027c16ddd85339b9ceec39370a1e50df93f71e7.tar.gz
Update distutils setup script to install the new manual page
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 088c18db3f..a88c213ad9 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,8 @@ setup(name='ansible',
'docs/man/man1/ansible.1'
]),
('man/man5', [
- 'docs/man/man5/ansible-modules.5'
+ 'docs/man/man5/ansible-modules.5',
+ 'docs/man/man5/ansible-playbook.5'
])
],
scripts=[