summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarlan Lieberman-Berg <hlieberman@setec.io>2017-03-08 11:04:35 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2017-03-08 11:04:35 -0500
commite24ddb4980aed220e4108f6d67585af3735df97e (patch)
tree47b9fc4e23badaef32c432af669caa44dce1b76e /Makefile
parent96a19a452174667f47c55f4185cd1c6ec4fb6289 (diff)
downloadansible-e24ddb4980aed220e4108f6d67585af3735df97e.tar.gz
Add manpage for ansible-console. (Closes: #16244) (#16245)
* Add manpage for ansible-console. (Closes: #16244) * Mark host as an optional field in ansible-console.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 647ac0649e..f8b550f123 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ OS = $(shell uname -s)
# Manpages are currently built with asciidoc -- would like to move to markdown
# This doesn't evaluate until it's called. The -D argument is the
# directory of the target file ($@), kinda like `dirname`.
-MANPAGES := docs/man/man1/ansible.1 docs/man/man1/ansible-playbook.1 docs/man/man1/ansible-pull.1 docs/man/man1/ansible-doc.1 docs/man/man1/ansible-galaxy.1 docs/man/man1/ansible-vault.1
+MANPAGES := docs/man/man1/ansible.1 docs/man/man1/ansible-playbook.1 docs/man/man1/ansible-pull.1 docs/man/man1/ansible-doc.1 docs/man/man1/ansible-galaxy.1 docs/man/man1/ansible-vault.1 docs/man/man1/ansible-console.1
ifneq ($(shell which a2x 2>/dev/null),)
ASCII2MAN = a2x -L -D $(dir $@) -d manpage -f manpage $<
ASCII2HTMLMAN = a2x -L -D docs/html/man/ -d manpage -f xhtml