mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
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.
This commit is contained in:
parent
96d39a0dff
commit
742258a078
3 changed files with 2 additions and 9 deletions
4
setup.py
4
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue