Commit c75577f9d6216385de1836b2dbca9d2e6f96d8d6
1 parent
0c705a88
Apply spell check to qpdf .h files
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
| ... | ... | @@ -135,7 +135,7 @@ check: $(TEST_TARGETS) |
| 135 | 135 | .PHONY: spell |
| 136 | 136 | # npm install -g cspell; add exceptions to cSpell.json |
| 137 | 137 | spell: |
| 138 | - cspell **/*.hh **/*.cc manual/* ChangeLog README* TODO | |
| 138 | + cspell **/*.hh include/qpdf/*.h **/*.cc manual/* ChangeLog README* TODO | |
| 139 | 139 | |
| 140 | 140 | # Install targets are in the make directory in the rules-specific make |
| 141 | 141 | # fragments. | ... | ... |