summaryrefslogtreecommitdiff
path: root/rules/patch
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-04-26 09:34:11 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-04-26 16:32:44 +0200
commita495d8b8c8eb23656da03eb152b7b4c25f6703c6 (patch)
tree15880346015504fcdbf28863fa099399dd28180c /rules/patch
parente93f8e63d6c49d015b8e8b367cbc13d3a2c755f8 (diff)
downloadjustbuild-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/RULES3
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"]