From 89f234787ed0f125e5947ee30f322007f4f0ed38 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 19 Jan 2016 19:33:59 -0500 Subject: Fix typo and add another dependency. --- common/waf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/waf.py') diff --git a/common/waf.py b/common/waf.py index aa02722..cf679c9 100644 --- a/common/waf.py +++ b/common/waf.py @@ -52,8 +52,8 @@ def cmd_configure(ctx): ctx.load('tex') - if not ctx.env.PDFLATEX: - conf.fatal('The program LaTex is required') + if not ctx.env.PDFLATEX or not ctx.env.MAKEINDEX: + ctx.fatal('The programs pdflatex and makeindex are required') ctx.find_program("sphinx-build", var="BIN_SPHINX_BUILD", mandatory=True) ctx.find_program("aspell", var="BIN_ASPELL", mandatory=False) -- cgit v1.2.3