X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=773b80d54e1ab46a87a56c1d59280edb435883c6;hb=eebcd9cc28478b193ded1cd820169fd89e6072c5;hp=00ca88a129f49aa9e60ff782035b9f4051cebd83;hpb=544fefd0b10a9e14d5ed84dfec347d4f185f8e5f;p=dcpomatic.git diff --git a/cscript b/cscript index 00ca88a12..773b80d54 100644 --- a/cscript +++ b/cscript @@ -431,8 +431,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.1')) - deps.append(('libsub', 'v1.6.1')) + deps.append(('libdcp', 'v1.8.2')) + deps.append(('libsub', 'v1.6.2')) 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')]