Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-10-05 16:15:33 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-10-05 16:15:33 +0300
commitfcd62b9a6cae49dd6599c270de94f3ccd60882a1 (patch)
treea5500f5ba03c091d72650f5bbd5f9008c1a78e2a /sphinx/cmd
parent7d468744ecb08384a1013d4b5ef9cb858ad6c3a8 (diff)
Makefiles: Include clean in help message
The make clean help command was missing from all make files.
Diffstat (limited to 'sphinx/cmd')
-rw-r--r--sphinx/cmd/make_mode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/cmd/make_mode.py b/sphinx/cmd/make_mode.py
index aff2ea7f5..1961d37d5 100644
--- a/sphinx/cmd/make_mode.py
+++ b/sphinx/cmd/make_mode.py
@@ -51,6 +51,7 @@ BUILDERS = [
("", "doctest", "to run all doctests embedded in the documentation "
"(if enabled)"),
("", "coverage", "to run coverage check of the documentation (if enabled)"),
+ ("", "clean", "to remove everything in the build directory"),
]