summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-07-23 18:15:45 -0400
committerBrian Coca <brian.coca+git@gmail.com>2016-07-23 18:16:09 -0400
commite6cd0dbaf3263730d2892dce0514438e45d624cd (patch)
treeb7047f4422373310691212ed76449053198644ac /Makefile
parent4065acc37de1408b3ced2814b1c5917903a41d9e (diff)
downloadansible-e6cd0dbaf3263730d2892dce0514438e45d624cd.tar.gz
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