Skip to content

Commit

Permalink
Makefile: run clean-doc before spelling
Browse files Browse the repository at this point in the history
This addresses #225.
  • Loading branch information
akcano committed Oct 9, 2024
1 parent 917bca0 commit 780029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp-files/Makefile.sp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sp-clean-doc:
sp-spellcheck: sp-spellcheck-install
. $(VENV) ; python3 -m pyspelling -c $(SPHINXDIR)/spellingcheck.yaml -j $(shell nproc)
sp-spelling: sp-html sp-spellcheck
sp-spelling: sp-clean-doc sp-html sp-spellcheck
sp-linkcheck: sp-install
. $(VENV) ; $(SPHINXBUILD) -b linkcheck "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) || { grep --color -F "[broken]" "$(BUILDDIR)/output.txt"; exit 1; }
Expand Down

0 comments on commit 780029c

Please sign in to comment.