mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-01 02:31:28 +08:00
waf: Fix for waf-1.9.3.
This commit is contained in:
parent
ba30a482cf
commit
a545490518
@ -155,7 +155,7 @@ def cmd_build(ctx, conf_dir=".", source_dir="."):
|
||||
html_resources(ctx)
|
||||
ctx(
|
||||
rule = "${BIN_SPHINX_BUILD} -b html -c %s -j %d -d build/doctrees %s build/html" % (conf_dir, ctx.options.jobs, source_dir),
|
||||
cwd = ctx.path.abspath(),
|
||||
cwd = ctx.path,
|
||||
source = ctx.path.ant_glob('**/*.rst'),# + ctx.path.ant_glob('conf.py'),
|
||||
target = ctx.path.find_or_declare('html/index.html')
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user