diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-03-08 13:56:27 -0500 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-03-08 13:56:27 -0500 |
commit | 742258a0788e048fafcfee77e1f3e0d38ec5e65d (patch) | |
tree | b1a19a20b1ba7cdd36bd100ca81a11503b417e7d /setup.py | |
parent | 96d39a0dff9ccba4074479ca42eac0068733b803 (diff) | |
download | ansible-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.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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', |