From c8729398ddb9ac82b00bbafaf24e8d37543e5b9e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 11 Jan 2022 11:49:33 -0500 Subject: Generate help content from manual This is a massive rewrite of the help text and cli.rst section of the manual. All command-line flags now have their own help and are specifically index. qpdf --help is completely redone. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.2.3-70-g09d2