From 7a0280dc7b332f825dad5b963189e66a2a83d603 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 6 Oct 2021 01:31:49 +0200 Subject: [PATCH] Fix manual build with libdcp dependency. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 00ca88a12..787ede0d0 100644 --- a/cscript +++ b/cscript @@ -804,8 +804,8 @@ def make_pot(target): os.path.abspath('build/src/tools/dcpomatic.pot')] def make_manual(target): + target.command('make -C doc/manual LIBDCP=../../../libdcp') os.chdir('doc/manual') - target.command('make') target.command('pdflatex colour.tex') return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')] -- 2.30.2