summaryrefslogtreecommitdiff
path: root/Makefile
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 14:44:26 -0600
commit15c58cf35f8fdd60cda27d07c8c943429f6e8df9 (patch)
tree1001cb499747973abc0bcde86461d5149cb9367e /Makefile
parent68301f890addfe4ca8d3b57063e2f70fd21474c9 (diff)
downloadansible-15c58cf35f8fdd60cda27d07c8c943429f6e8df9.tar.gz
In the Makefile useful target list, mention "clean" and "webdocs". (#48843)
Diffstat (limited to 'Makefile')
-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