X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cscript;h=787ede0d0afaa83e5dc601af186a2c88e327d97d;hb=6b5f5dfe4aebf10a7ecd707e157a85d89270a4ff;hp=08dbaf9377f1d5a77da04d7dc9f74e1ae861b9b4;hpb=aee64f1b2c9252f8315eaead7d43e1ec58a39ee2;p=dcpomatic.git diff --git a/cscript b/cscript index 08dbaf937..787ede0d0 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.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')]