aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-02 20:41:01 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-02 20:41:01 +0100
commitf545f8b076d6e99165c9dafc17e9386ee3985ec8 (patch)
treef2cb17b10622ae0a4f0e7cdac4af891447ec949b /README-maintainer
parent501b49e022a4752bddc596ba633145aad8354ff1 (diff)
downloadqpdf-f545f8b076d6e99165c9dafc17e9386ee3985ec8.tar.zst
Add a basic description of QPDF in README.md (fixes #552)
Also switch URLs for the qpdf and qtest websites to sourceforge.io (https) instead of sourceforge.net (http).
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index e306757c..40a3f949 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -142,7 +142,7 @@ RELEASE PREPARATION
* Run a spelling checker over the source code to catch errors in
variable names, strings, and comments.
- make spell
+ make spell CLEAN=1
This uses cspell. Install with `npm install -g cspell`. The output
of cspell is suitable for use with `M-x grep` in emacs. Add