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. --- manual/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/build.mk') diff --git a/manual/build.mk b/manual/build.mk index bca1253d..45cb03fb 100644 --- a/manual/build.mk +++ b/manual/build.mk @@ -17,7 +17,7 @@ ifeq ($(BUILD_PDF),1) TARGETS_manual += $(PDF_TARGET) endif -MANUAL_DEPS = $(wildcard manual/*.rst) manual/conf.py +MANUAL_DEPS = $(wildcard manual/*.rst) manual/conf.py manual/_ext/qpdf.py # Prevent targets that run $(SPHINX) from running in parallel by using # order-only dependencies (the dependencies listed after the |) to -- cgit v1.2.3-54-g00ecf