diff options
author | Andreas Krüger <andreas.krueger@innoq.com> | 2018-11-19 21:44:26 +0100 |
---|---|---|
committer | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2018-11-19 21:44:26 +0100 |
commit | 15c58cf35f8fdd60cda27d07c8c943429f6e8df9 (patch) | |
tree | 1001cb499747973abc0bcde86461d5149cb9367e | |
parent | fix cache 'update' method to be 'mapping' compatible (diff) | |
download | ansible-15c58cf35f8fdd60cda27d07c8c943429f6e8df9.tar.xz ansible-15c58cf35f8fdd60cda27d07c8c943429f6e8df9.zip |
In the Makefile useful target list, mention "clean" and "webdocs". (#48843)
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |