summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2012-08-14 10:46:16 -0400
committerTim Bielawa <tbielawa@redhat.com>2012-08-14 13:05:44 -0400
commit6d9e87372400f04594abf3c05b9d565cbc625db8 (patch)
tree2a536a3bcc5696d718d7f4f355ad38e99214739c /Makefile
parent7d50a5c2b7dd0f2d6fb1e993919365eaa7b128d9 (diff)
downloadansible-6d9e87372400f04594abf3c05b9d565cbc625db8.tar.gz
Add some docs/examples
Add a basic ansible-pull man page. Add the example playbooks/scripts to the RPM package. Closes #841
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9b2418b51..5aab771cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ NAME = "ansible"
# directory of the target file ($@), kinda like `dirname`.
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/man1/ansible-playbook.1
+MANPAGES := docs/man/man1/ansible.1 docs/man/man1/ansible-playbook.1 docs/man/man1/ansible-pull.1
SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")