mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-27 20:55:27 +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')
|
ctx.load('tex')
|
||||||
|
|
||||||
|
|
||||||
if not ctx.env.PDFLATEX:
|
if not ctx.env.PDFLATEX or not ctx.env.MAKEINDEX:
|
||||||
conf.fatal('The program LaTex is required')
|
ctx.fatal('The programs pdflatex and makeindex are required')
|
||||||
|
|
||||||
ctx.find_program("sphinx-build", var="BIN_SPHINX_BUILD", mandatory=True)
|
ctx.find_program("sphinx-build", var="BIN_SPHINX_BUILD", mandatory=True)
|
||||||
ctx.find_program("aspell", var="BIN_ASPELL", mandatory=False)
|
ctx.find_program("aspell", var="BIN_ASPELL", mandatory=False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user