Fix manual build with libdcp dependency.
authorCarl Hetherington <cth@carlh.net>
Tue, 5 Oct 2021 23:31:49 +0000 (01:31 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Oct 2021 20:54:20 +0000 (22:54 +0200)
cscript

diff --git a/cscript b/cscript
index 00ca88a129f49aa9e60ff782035b9f4051cebd83..787ede0d0afaa83e5dc601af186a2c88e327d97d 100644 (file)
--- 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')]