From 7d844c30d0e37e86549fed51c5c9ac0f065af7cd Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 16 Dec 2024 11:36:42 +0100 Subject: "CC/foreign/shell" rules: fix documentation ... to match what the rule actually does. --- CC/foreign/shell/RULES | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CC/foreign/shell/RULES b/CC/foreign/shell/RULES index ed96aa3..255a715 100644 --- a/CC/foreign/shell/RULES +++ b/CC/foreign/shell/RULES @@ -33,8 +33,9 @@ } , "field_doc": { "project": - [ "The project directory. It should contain a single tree artifact." - , "It's path can be accessed via the \"WORKDIR\" variable." + [ "The project directory. The disjoint union of the artifacts of the" + , "targets specified here are taken as project directory." + , "Its path can be accessed via the \"WORKDIR\" variable." ] , "localbase": ["Artifacts to stage to \"LOCALBASE\"."] , "deps": ["CC targets to install to \"LOCALBASE\"."] @@ -262,8 +263,9 @@ } , "field_doc": { "project": - [ "The project directory. It should contain a single tree artifact." - , "It's path can be accessed via the \"WORKDIR\" variable." + [ "The project directory. The disjoint union of the artifacts of the" + , "targets specified here are taken as project directory." + , "Its path can be accessed via the \"WORKDIR\" variable." ] , "name": [ "The name of the library (without leading \"lib\" or trailing file name" -- cgit v1.2.3