aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.