mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 18:56:40 +08:00
waf: Fix argument bug getting extra source.
This commit is contained in:
parent
d5b631fa3b
commit
1393ba0c97
@ -325,7 +325,7 @@ def doc_pdf(ctx, source_dir, conf_dir, sources):
|
|||||||
rule = rule,
|
rule = rule,
|
||||||
cwd = ctx.path,
|
cwd = ctx.path,
|
||||||
source = sources_source(ctx, sources),
|
source = sources_source(ctx, sources),
|
||||||
depends_on = sources_extra(sources),
|
depends_on = sources_extra(ctx, sources),
|
||||||
target = ctx.path.find_or_declare("%s/%s.tex" % (buildtype,
|
target = ctx.path.find_or_declare("%s/%s.tex" % (buildtype,
|
||||||
ctx.path.name))
|
ctx.path.name))
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user