summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-10-10 08:03:52 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-10-10 08:03:52 -0400
commitd5bb7258c8167ea2c9606a7ab61ea9db9cde57d2 (patch)
tree1d81dae5b21548e9782a1449bcc0c90e5659df0c /Makefile
parentde912381ac5e077588c66b215a98ac214f6e76bf (diff)
downloadansible-d5bb7258c8167ea2c9606a7ab61ea9db9cde57d2.tar.gz
Working on makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 132152bc35..9e26de57e0 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) modulepages docsite
+docs: $(MANPAGES) modulepages webdocs
# Regenerate %.1.asciidoc if %.1.asciidoc.in has been modified more
# recently than %.1.asciidoc.
@@ -164,5 +164,5 @@ deb: debian
modulepages:
hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates
-docsite:
+webdocs:
(cd docsite; make docs)