2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-31 17:30:54 +00:00

Apply spell check to qpdf .h files

This commit is contained in:
Jay Berkenbilt 2021-12-02 11:58:01 -05:00
parent 0c705a882b
commit c75577f9d6

View File

@ -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.