aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-01-31 12:24:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-02-03 16:15:30 +0300
commitfafc5727732c7df2c98b123292f483411e0050e3 (patch)
tree2d67d33a557e82a694ba9d48a90cad99fd33e49f /doc
parent85b7dc75597386777ebe1f7158e798eff968a4bf (diff)
Add support for bootstrap-build and root-build values in package manifest
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.cli19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index d9440e8..b00430a 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -620,6 +620,9 @@ license: <licenses> [; <comment>]
[builds]: <class-expr> [; <comment>]
[build-include]: <config>[/<target>] [; <comment>]
[build-exclude]: <config>[/<target>] [; <comment>]
+
+[bootstrap-build]: <text>
+[root-build]: <text>
\
\h2#manifest-package-name|\c{name}|
@@ -1434,6 +1437,19 @@ Note that the comment of the matching exclusion is used by the web interface
(\c{brep}) to display the reason for the build configuration exclusion.
+\h2#manifest-package-bootstrap-root-build|\c{{bootstrap,root\}-build}|
+
+\
+[bootstrap-build]: <text>
+[root-build]: <text>
+\
+
+The contents of the mandatory \c{bootstrap.build} and optional \c{root.build}
+files in the package's \c{build/} (or their alternative names) subdirectory.
+If unspecified, then they will be automatically added, for example, when the
+\l{#manifest-package-list-pkg package list manifest} is created.
+
+
\h#manifest-package-list-pkg|Package List Manifest for \cb{pkg} Repositories|
The package list manifest (the \c{packages.manifest} file found in the
@@ -1450,7 +1466,8 @@ After the list manifest comes a (potentially empty) sequence of package
manifests. These manifests shall not contain any \c{*-file} or incomplete
\l{#manifest-package-depends \c{depends}} values (such values should be
converted to their inline versions or completed, respectively) but must
-contain the following additional (to package manifest) values:
+contain the \c{*-build} values (unless the corresponding files are absent) and
+the following additional (to package manifest) values:
\
location: <path>