mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 04:41:42 +08:00
waf: Update to support a recent waf.
This commit is contained in:
@@ -83,7 +83,7 @@ def doc_pdf(ctx, source_dir, conf_dir):
|
||||
|
||||
ctx(
|
||||
rule = "${BIN_SPHINX_BUILD} -b latex -c %s -j %d -d build/doctrees %s build/latex" % (conf_dir, ctx.options.jobs, source_dir),
|
||||
cwd = ctx.path.abspath(),
|
||||
cwd = ctx.path,
|
||||
source = ctx.path.ant_glob('**/*.rst'),
|
||||
target = "latex/%s.tex" % ctx.path.name
|
||||
)
|
||||
|
Reference in New Issue
Block a user