Remove incorrect pdflatex/makeindex check.

This commit is contained in:
Amar Takhar 2016-01-19 21:48:37 -05:00 committed by Amar Takhar
parent 7c1f2154d6
commit 9b495a2980

View File

@ -116,10 +116,6 @@ def html_resources(ctx):
def cmd_build(ctx, conf_dir=".", source_dir="."):
srcnode = ctx.srcnode.abspath()
if not ctx.env.PDFLATEX or not ctx.env.MAKEINDEX:
ctx.fatal('The programs pdflatex and makeindex are required')
if ctx.options.pdf:
doc_pdf(ctx, source_dir, conf_dir)
elif ctx.options.singlehtml: