diff --git a/Makefile b/Makefile index 7775a841..fc24cad2 100644 --- a/Makefile +++ b/Makefile @@ -250,6 +250,6 @@ check-for-subheading-anchors: ## Ensure all subheadings on the site have anchors so the Javascript ## function addAnchorLinks() can add anchor link affordance to each ## subhead - $S grep -r -L 'Note: this file exempt from check-for-subheading-anchors check' _site/ \ + $S grep -r -i --include \*.html -L 'Note: this file exempt from check-for-subheading-anchors check' _site/ \ | xargs grep ']* id=' | eval $(ERROR_ON_OUTPUT)