Skip to content

Commit

Permalink
Makefile.lint: fix spellcheck and podchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 20, 2023
1 parent c3540cb commit 44bd905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.lint
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ curllinks:
######################################################################

spellcheck:
@$(MAKE) -s pod
@pod2html --cachedir=/tmp handbook.7.pod | hunspell -H -l - | sort | uniq
@$(MAKE) -s clean

deadlinks:
@echo "=======> Check for dead links"
Expand All @@ -30,7 +32,7 @@ deadlinks:
podchecker:
@echo "=======> Check PODs for syntax errors"
@$(MAKE) -s pod
@podchecker handbook.7.pod
@sed '/^=ff$$/d' handbook.7.pod | podchecker -
@$(MAKE) -s clean

shellcheck:
Expand Down

0 comments on commit 44bd905

Please sign in to comment.