Skip to content

Commit

Permalink
Makefile.lint: add checking README.md to spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 20, 2023
1 parent b0f23c7 commit def607c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.lint
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ curllinks:
######################################################################

spellcheck:
@echo "=======> Check handbook for spelling errors"
@$(MAKE) -s pod
@pod2html --cachedir=/tmp handbook.7.pod | hunspell -H -l - | sort -u
@$(MAKE) -s clean
@echo "=======> Check README.md for spelling errors"
@hunspell -l README.md | sort -u

deadlinks:
@echo "=======> Check for dead links"
Expand Down

0 comments on commit def607c

Please sign in to comment.