X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=cscript;h=787ede0d0afaa83e5dc601af186a2c88e327d97d;hp=00ca88a129f49aa9e60ff782035b9f4051cebd83;hb=7a0280dc7b332f825dad5b963189e66a2a83d603;hpb=544fefd0b10a9e14d5ed84dfec347d4f185f8e5f diff --git a/cscript b/cscript index 00ca88a12..787ede0d0 100644 --- 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')]