summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b383bbc..a72f9ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ $(DOCBIN):
tox -q -e doc --notest
cmd_help: $(DOCBIN)
- for cmd in annotate combine debug erase html json report run xml; do \
+ @for cmd in annotate combine debug erase html json report run xml; do \
echo > doc/help/$$cmd.rst; \
echo ".. code::" >> doc/help/$$cmd.rst; \
echo >> doc/help/$$cmd.rst; \