From 742258a0788e048fafcfee77e1f3e0d38ec5e65d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 8 Mar 2012 13:56:27 -0500 Subject: [PATCH] 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. --- Makefile | 2 +- docs/man/man1/ansible.1.asciidoc | 5 +---- setup.py | 4 ---- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 6a02252c3d9..71f7da1f076 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ASCII2MAN = a2x -D $(dir $@) -d manpage -f manpage $< ASCII2HTMLMAN = a2x -D docs/html/man/ -d manpage -f xhtml -MANPAGES := docs/man/man1/ansible.1 docs/man/man5/ansible-modules.5 docs/man/man5/ansible-playbook.5 +MANPAGES := docs/man/man1/ansible.1 SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") all: clean python diff --git a/docs/man/man1/ansible.1.asciidoc b/docs/man/man1/ansible.1.asciidoc index 047c4adcf15..b68224eff2c 100644 --- a/docs/man/man1/ansible.1.asciidoc +++ b/docs/man/man1/ansible.1.asciidoc @@ -103,9 +103,6 @@ Ansible is released under the terms of the GPLv3 License. SEE ALSO -------- -Ansible home page: +Ansible home page: -*ansible-modules*(5) - -*ansible-playbook*(5) diff --git a/setup.py b/setup.py index 013f49c3a95..d37e11c524e 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',