In the Makefile useful target list, mention "clean" and "webdocs". (#48843)
This commit is contained in:
parent
68301f890a
commit
15c58cf35f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue