commit | 0d67e272bdb8145f87d238bc0b2cb8bf80ccec90 | [log] [tgz] |
---|---|---|
author | Hector Dearman <[email protected]> | Tue Dec 22 01:37:16 2020 +0000 |
committer | Commit Bot <[email protected]> | Tue Dec 22 16:56:25 2020 +0000 |
tree | 650db5e78c68914320f225b9e2f02883b7307863 | |
parent | 4e260f1dc17864cdedc31bec1ff658404a9d703e [diff] [blame] |
Replace relative_target_gen_dir with target_gen_dir in docs It seems relative_target_gen_dir was removed some time ago: https://codereview.chromium.org/23606031 Change-Id: I8f58291607945a54bbe2cd21b533d0868ec6f974 Reviewed-on: https://gn-review.googlesource.com/c/gn/+/10880 Reviewed-by: Brett Wilson <[email protected]> Commit-Queue: Brett Wilson <[email protected]>
diff --git a/docs/reference.md b/docs/reference.md index 4cced58..80151ba 100644 --- a/docs/reference.md +++ b/docs/reference.md
@@ -1464,7 +1464,7 @@ args = [ "{{source}}", "-o", - rebase_path(relative_target_gen_dir, root_build_dir) + + rebase_path(target_gen_dir, root_build_dir) + "/{{source_name_part}}.h" ] } ```