From: Carl Hetherington Date: Tue, 5 Oct 2021 23:31:49 +0000 (+0200) Subject: Fix manual build with libdcp dependency. X-Git-Tag: v2.15.167~8 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7a0280dc7b332f825dad5b963189e66a2a83d603 Fix manual build with libdcp dependency. --- 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')]