summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-02 17:58:01 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-09 16:25:46 +0100
commitc75577f9d6216385de1836b2dbca9d2e6f96d8d6 (patch)
treee6813990ae1e4d40d4989ab9111f11508727a0f3 /Makefile
parent0c705a882bd12b90d08a11ea6d40152f95b8aa96 (diff)
downloadqpdf-c75577f9d6216385de1836b2dbca9d2e6f96d8d6.tar.zst
Apply spell check to qpdf .h files
Diffstat (limited to 'Makefile')
-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.