mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-25 06:43:16 +08:00
Fix typo and add another dependency.
This commit is contained in:
parent
14bbcb1ea9
commit
89f234787e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user