diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2016-07-24 00:15:45 +0200 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2016-07-24 00:16:09 +0200 |
commit | e6cd0dbaf3263730d2892dce0514438e45d624cd (patch) | |
tree | b7047f4422373310691212ed76449053198644ac /Makefile | |
parent | indent callback output if using 3verbosity or higher (#16231) (diff) | |
download | ansible-e6cd0dbaf3263730d2892dce0514438e45d624cd.tar.xz ansible-e6cd0dbaf3263730d2892dce0514438e45d624cd.zip |
slight rearrangement of doc targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |