Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.

This commit is contained in:
Michael DeHaan 2012-03-09 22:06:44 -05:00
commit 209760f8f6
6 changed files with 135 additions and 216 deletions

View file

@ -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
MANPAGES := docs/man/man1/ansible.1 docs/man/man1/ansible-playbook.1
SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
all: clean python