diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-06 01:31:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-07 22:54:20 +0200 |
| commit | 7a0280dc7b332f825dad5b963189e66a2a83d603 (patch) | |
| tree | 77d539381dd6efd342a88e4c2c4ab9fbeee6e4f0 /cscript | |
| parent | 544fefd0b10a9e14d5ed84dfec347d4f185f8e5f (diff) | |
Fix manual build with libdcp dependency.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')] |
