Fix position of content outline (#2108).
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 08dbaf9377f1d5a77da04d7dc9f74e1ae861b9b4..c5f10ae843f8d1809bc79d76fa79b91843157cd2 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.4'))
+    deps.append(('libsub', 'v1.6.4'))
     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')]