summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-07-24 00:15:45 +0200
committerBrian Coca <brian.coca+git@gmail.com>2016-07-24 00:16:09 +0200
commite6cd0dbaf3263730d2892dce0514438e45d624cd (patch)
treeb7047f4422373310691212ed76449053198644ac /Makefile
parentindent callback output if using 3verbosity or higher (#16231) (diff)
downloadansible-e6cd0dbaf3263730d2892dce0514438e45d624cd.tar.xz
ansible-e6cd0dbaf3263730d2892dce0514438e45d624cd.zip
slight rearrangement of doc targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 367987affc..82605dd9db 100644
--- a/Makefile
+++ b/Makefile
@@ -261,7 +261,9 @@ deb-src-upload: deb-src
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
-webdocs: $(MANPAGES)
+webdocs:
(cd docsite/; make docs)
docs: $(MANPAGES)
+
+alldocs: docs webdocs