summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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')]