From c75577f9d6216385de1836b2dbca9d2e6f96d8d6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 2 Dec 2021 11:58:01 -0500 Subject: Apply spell check to qpdf .h files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 765f9975..e1e09738 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ check: $(TEST_TARGETS) .PHONY: spell # npm install -g cspell; add exceptions to cSpell.json spell: - cspell **/*.hh **/*.cc manual/* ChangeLog README* TODO + cspell **/*.hh include/qpdf/*.h **/*.cc manual/* ChangeLog README* TODO # Install targets are in the make directory in the rules-specific make # fragments. -- cgit v1.2.3-54-g00ecf