Skip to content

Commit

Permalink
Drop other man(5) pages so we can have only one source of docs -- ans…
Browse files Browse the repository at this point in the history
…ible.github.com for those operations.

Easier to maintain and much more verbose.
  • Loading branch information
mpdehaan committed Mar 8, 2012
1 parent 96d39a0 commit 742258a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions docs/man/man1/ansible.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
Ansible home page: <https://github.com/mpdehaan/ansible/>
Ansible home page: <https://ansible.github.com/>
*ansible-modules*(5)

*ansible-playbook*(5)
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
('/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',
Expand Down

0 comments on commit 742258a

Please sign in to comment.