aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-09-13 17:10:09 +0200
committerJay Berkenbilt <ejb@ql.org>2021-09-13 17:10:09 +0200
commit1b59872b367c24a84c323e7193786c8c3c70a98f (patch)
treee923a41ebaea76a6f286026d7a760fe5c5c9c749 /Makefile
parenta6b0e832a97f1b7909da9664ff1246a121be4a4e (diff)
downloadqpdf-1b59872b367c24a84c323e7193786c8c3c70a98f.tar.zst
Switch spelling checker to cspell
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71f34ea6..765f9975 100644
--- a/Makefile
+++ b/Makefile
@@ -132,6 +132,11 @@ all: $(ALL_TARGETS) ;
check: $(TEST_TARGETS)
+.PHONY: spell
+# npm install -g cspell; add exceptions to cSpell.json
+spell:
+ cspell **/*.hh **/*.cc manual/* ChangeLog README* TODO
+
# Install targets are in the make directory in the rules-specific make
# fragments.