summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4bc811e2..d7bc15b7 100644
--- a/Makefile
+++ b/Makefile
@@ -121,6 +121,8 @@ $(DOCBIN):
cmd_help: $(DOCBIN)
@for cmd in annotate combine debug erase html json report run xml; do \
echo > doc/help/$$cmd.rst; \
+ echo ".. This file is auto-generated by \"make dochtml\", don't edit it manually." >> doc/help/$$cmd.rst; \
+ echo >> doc/help/$$cmd.rst; \
echo ".. code::" >> doc/help/$$cmd.rst; \
echo >> doc/help/$$cmd.rst; \
echo " $$ coverage $$cmd --help" >> doc/help/$$cmd.rst; \