diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-04-26 09:34:11 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-04-26 16:32:44 +0200 |
commit | a495d8b8c8eb23656da03eb152b7b4c25f6703c6 (patch) | |
tree | 15880346015504fcdbf28863fa099399dd28180c /rules/patch | |
parent | e93f8e63d6c49d015b8e8b367cbc13d3a2c755f8 (diff) | |
download | justbuild-a495d8b8c8eb23656da03eb152b7b4c25f6703c6.tar.gz |
Improve documenatation of our internal rules
In particular, document the result for the most important
rules.
Diffstat (limited to 'rules/patch')
-rw-r--r-- | rules/patch/RULES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/patch/RULES b/rules/patch/RULES index 87bf5750..15bc818f 100644 --- a/rules/patch/RULES +++ b/rules/patch/RULES @@ -7,6 +7,9 @@ ["The single source file to patch, typically an explict file reference."] , "patch": ["The patch to apply."] } + , "artifacts_doc": + ["The patched file, staged to the position the of the original file"] + , "runfiles_doc": ["Same as artifacts"] , "imports": { "stage_field": ["./", "..", "stage_singleton_field"] , "stage_artifact": ["./", "..", "stage_artifact_to_singleton_field"] |