From 6724a362c3bdda5b305bf54d092565fe5b1facac Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 2 May 2022 09:53:09 -0400 Subject: Move generate_auto_job to the top-level CMakeLists.txt --- generate_auto_job | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generate_auto_job') 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', -- cgit v1.2.3-70-g09d2