summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2012-02-26 21:01:29 -0500
committerTim Bielawa <tbielawa@redhat.com>2012-02-26 21:01:29 -0500
commitcdbc2168c117835a583ce2b73c2fc09277b47364 (patch)
treea818c553399531945aef0f831f8829705d8b7e3b /Makefile
parentd44e0bbb6197f2a21d7f6f7aa0079af42408a306 (diff)
downloadansible-cdbc2168c117835a583ce2b73c2fc09277b47364.tar.gz
Fix makefile manpage targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a5e9f26d8..93759b6009 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.1 docs/man/man5/ansible-playbook.5
+MANPAGES := docs/man/man1/ansible.1 docs/man/man5/ansible-modules.5 docs/man/man5/ansible-playbook.5
SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
docs: manuals