Skip to content

Commit

Permalink
Makefile.lint: mandoc_check -> mancheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 11, 2023
1 parent c41c0ce commit 39881a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

CURMAKE = $(MAKE) -s -f Makefile.lint

all: deadlinks mandoc_check podchecker shellcheck cppcheck \
all: deadlinks mancheck podchecker shellcheck cppcheck \
flawfinder longlines

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

mandoc_check:
mancheck:
@echo "=======> Check man pages for syntax errors"
@find . -not -path '*/.*' -type f -name '*.[1-9]' \
-exec mandoc -T lint {} +
Expand Down Expand Up @@ -55,7 +55,7 @@ longlines:
######################################################################

.PHONY: all greplinks curllinks deadlinks \
mandoc_check podchecker shellcheck cppcheck flawfinder longlines
mancheck podchecker shellcheck cppcheck flawfinder longlines

# vim: cc=72 tw=70
# End of file.

0 comments on commit 39881a3

Please sign in to comment.