summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-03-08 13:56:27 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-03-08 13:56:27 -0500
commit742258a0788e048fafcfee77e1f3e0d38ec5e65d (patch)
treeb1a19a20b1ba7cdd36bd100ca81a11503b417e7d /setup.py
parent96d39a0dff9ccba4074479ca42eac0068733b803 (diff)
downloadansible-742258a0788e048fafcfee77e1f3e0d38ec5e65d.tar.gz
Drop other man(5) pages so we can have only one source of docs -- ansible.github.com for those operations.
Easier to maintain and much more verbose.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 013f49c3a9..d37e11c524 100644
--- a/setup.py
+++ b/setup.py
@@ -28,10 +28,6 @@ setup(name='ansible',
('/usr/share/man/man1', [
'docs/man/man1/ansible.1'
]),
- ('/usr/share/man/man5', [
- 'docs/man/man5/ansible-modules.5',
- 'docs/man/man5/ansible-playbook.5'
- ])
],
scripts=[
'bin/ansible',