summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Krüger <andreas.krueger@innoq.com>2018-11-19 21:44:26 +0100
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2018-11-19 21:44:26 +0100
commit15c58cf35f8fdd60cda27d07c8c943429f6e8df9 (patch)
tree1001cb499747973abc0bcde86461d5149cb9367e
parentfix cache 'update' method to be 'mapping' compatible (diff)
downloadansible-15c58cf35f8fdd60cda27d07c8c943429f6e8df9.tar.xz
ansible-15c58cf35f8fdd60cda27d07c8c943429f6e8df9.zip
In the Makefile useful target list, mention "clean" and "webdocs". (#48843)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad7c3a69b6..54eb2dc5ca 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@
# Makefile for Ansible
#
# useful targets:
+# make clean ---------------- clean up
+# make webdocs -------------- produce ansible doc at docs/docsite/_build/html
# make sdist ---------------- produce a tarball
# make srpm ----------------- produce a SRPM
# make rpm ----------------- produce RPMs