summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-10-02 22:46:49 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-10-02 22:46:49 -0400
commit53d24ef002ec3225b9b8c9343279d64ac0642c54 (patch)
treecdd5bb658685b06ece0aca326dc28b71377fe231 /Makefile
parent046c6c66f23d2831618c2a8a82706bf6e4496ca4 (diff)
downloadansible-53d24ef002ec3225b9b8c9343279d64ac0642c54.tar.gz
Check in generated manpage documentation from modules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d7151ba534..dbc3d39424 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ tests:
PYTHONPATH=./lib nosetests -d -v
# To force a rebuild of the docs run 'touch VERSION && make docs'
-docs: $(MANPAGES)
+docs: $(MANPAGES) modulepages
# Regenerate %.1.asciidoc if %.1.asciidoc.in has been modified more
# recently than %.1.asciidoc.
@@ -160,5 +160,5 @@ deb: debian
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
-manpages:
+modulepages:
hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man1/ --module-dir=library --template-dir=hacking/templates