summaryrefslogtreecommitdiffstats
path: root/examples/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2014-06-07 19:04:30 +0200
committerJay Berkenbilt <ejb@ql.org>2014-06-07 22:40:38 +0200
commit0b2e9cb16886d422e6645a5d65c74a340ae6deff (patch)
tree6942cf401c7c4a3b2746c5c463a6291976d51217 /examples/build.mk
parent9f8aba1db7f101e424cbc2c742abe92868cc4bff (diff)
downloadqpdf-0b2e9cb16886d422e6645a5d65c74a340ae6deff.tar.zst
Example: fast split into single pages
This is faster than using qpdf --pages to do it.
Diffstat (limited to 'examples/build.mk')
-rw-r--r--examples/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/build.mk b/examples/build.mk
index bcb4440e..bd2119a5 100644
--- a/examples/build.mk
+++ b/examples/build.mk
@@ -5,7 +5,8 @@ BINS_examples = \
pdf-double-page-size \
pdf-invert-images \
pdf-create \
- pdf-parse-content
+ pdf-parse-content \
+ pdf-split-pages
CBINS_examples = pdf-linearize
TARGETS_examples = $(foreach B,$(BINS_examples) $(CBINS_examples),examples/$(OUTPUT_DIR)/$(call binname,$(B)))