aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64a97707..b0a08bcd 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,9 @@ check: $(TEST_TARGETS)
.PHONY: spell
# npm install -g cspell; add exceptions to cSpell.json
spell:
- cspell **/*.hh include/qpdf/*.h **/*.cc manual/* ChangeLog README* TODO
+ cspell **/*.hh include/qpdf/*.h **/*.cc \
+ manual/*.rst manual/*.in manual/_ext/*.py \
+ ChangeLog README* TODO
# Install targets are in the make directory in the rules-specific make
# fragments.