aboutsummaryrefslogtreecommitdiffstats
path: root/generate_auto_job
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-02 15:53:09 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-03 14:39:50 +0200
commit6724a362c3bdda5b305bf54d092565fe5b1facac (patch)
tree0c4562c1f416c82826ed0b74b32881396c9d0be5 /generate_auto_job
parent7882b85b0691d6a669cb0b2656f1e4c7438c552b (diff)
downloadqpdf-6724a362c3bdda5b305bf54d092565fe5b1facac.tar.zst
Move generate_auto_job to the top-level CMakeLists.txt
Diffstat (limited to 'generate_auto_job')
-rwxr-xr-xgenerate_auto_job4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_auto_job b/generate_auto_job
index d5626241..8dd43163 100755
--- a/generate_auto_job
+++ b/generate_auto_job
@@ -154,7 +154,7 @@ class Main:
# SOURCES is a list of source files whose contents are used by
# this program. If they change, we are out of date.
SOURCES = [
- # Keep this list in sync with libqpdf/CMakeLists.txt: auto_job_inputs
+ # Keep this list in sync with CMakeLists.txt: auto_job_inputs
whoami,
'manual/_ext/qpdf.py',
'job.yml',
@@ -165,7 +165,7 @@ class Main:
# code, are included in various places by QPDFJob.hh or any of the
# implementing QPDFJob*.cc files.
DESTS = {
- # Keep this list in sync with libqpdf/CMakeLists.txt: auto_job_outputs
+ # Keep this list in sync with CMakeLists.txt: auto_job_outputs
'decl': 'libqpdf/qpdf/auto_job_decl.hh',
'init': 'libqpdf/qpdf/auto_job_init.hh',
'help': 'libqpdf/qpdf/auto_job_help.hh',