aboutsummaryrefslogtreecommitdiffstats
path: root/manual/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-11 17:49:33 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitc8729398ddb9ac82b00bbafaf24e8d37543e5b9e (patch)
tree9f1931af7f1087f503737f45ed04b3745812cae2 /manual/build.mk
parentb4bd124be496170937d19742d83c2bad7471fe81 (diff)
downloadqpdf-c8729398ddb9ac82b00bbafaf24e8d37543e5b9e.tar.zst
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.
Diffstat (limited to 'manual/build.mk')
-rw-r--r--manual/build.mk2
1 files changed, 1 insertions, 1 deletions
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