summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-06 01:31:49 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-07 22:54:20 +0200
commit7a0280dc7b332f825dad5b963189e66a2a83d603 (patch)
tree77d539381dd6efd342a88e4c2c4ab9fbeee6e4f0 /cscript
parent544fefd0b10a9e14d5ed84dfec347d4f185f8e5f (diff)
Fix manual build with libdcp dependency.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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')]