diff --git a/docs/book/tasks.txt b/docs/book/tasks.txt index 78d379f2..e2e08404 100644 --- a/docs/book/tasks.txt +++ b/docs/book/tasks.txt @@ -562,7 +562,7 @@ For convenience, rule-based task generators can declare the *update_outputs* att def build(ctx): ctx( rule = 'cp ${SRC} ${TGT}', - source = 'wcript', + source = 'wscript', target = ctx.path.make_node('wscript2'), update_outputs = True )