Fix manual build with libdcp dependency.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 08dbaf9377f1d5a77da04d7dc9f74e1ae861b9b4..787ede0d0afaa83e5dc601af186a2c88e327d97d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -431,8 +431,8 @@ def dependencies(target, options):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', 'v1.8.0'))
-    deps.append(('libsub', 'v1.6.0'))
+    deps.append(('libdcp', 'v1.8.1'))
+    deps.append(('libsub', 'v1.6.1'))
     deps.append(('leqm-nrt', '93ae9e6'))
     deps.append(('rtaudio', 'f619b76'))
     # We get our OpenSSL libraries from the environment, but we
@@ -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')]