mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 01:54:21 +08:00
Remove incorrect pdflatex/makeindex check.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user