Skip to content

Commit

Permalink
Makefile.lint: add spellcheck target
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 18, 2023
1 parent f421dcf commit d1e97a2
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,6 +21,9 @@ curllinks:
# Main Targets. #
######################################################################

spellcheck:
mandoc -T html ./mkinitramfs.8 | hunspell -H -l - | sort | uniq

deadlinks:
@echo "=======> Check for dead links"
@$(CURMAKE) curllinks | grep -v '^\[200\]' | sort -u
Expand Down

0 comments on commit d1e97a2

Please sign in to comment.