Skip to content

Commit 705c05b

Browse files
committed
Document two more Makefile targets
1 parent c601189 commit 705c05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ dochtml: $(DOCBIN) cmd_help ## Build the docs HTML output.
159159
docdev: dochtml ## Build docs, and auto-watch for changes.
160160
PATH=$(DOCBIN):$(PATH) $(SPHINXAUTOBUILD) -b html doc doc/_build/html
161161

162-
docspell: $(DOCBIN)
162+
docspell: $(DOCBIN) ## Run the spell checker on the docs.
163163
$(SPHINXBUILD) -b spelling doc doc/_spell
164164

165165
publish:
@@ -179,7 +179,7 @@ $(CHANGES_MD): CHANGES.rst $(DOCBIN)
179179
$(SPHINXBUILD) -b rst doc tmp/rst_rst
180180
pandoc -frst -tmarkdown_strict --atx-headers --wrap=none tmp/rst_rst/changes.rst > $(CHANGES_MD)
181181

182-
relnotes_json: $(RELNOTES_JSON)
182+
relnotes_json: $(RELNOTES_JSON) ## Convert changelog to JSON for further parsing.
183183
$(RELNOTES_JSON): $(CHANGES_MD)
184184
$(DOCBIN)/python ci/parse_relnotes.py tmp/rst_rst/changes.md $(RELNOTES_JSON)
185185

0 commit comments

Comments
 (0)