summaryrefslogtreecommitdiffstats
path: root/specs/spf-2.0/overview.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'specs/spf-2.0/overview.mdwn')
-rw-r--r--specs/spf-2.0/overview.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/specs/spf-2.0/overview.mdwn b/specs/spf-2.0/overview.mdwn
index 1895815..9dcdda0 100644
--- a/specs/spf-2.0/overview.mdwn
+++ b/specs/spf-2.0/overview.mdwn
@@ -11,6 +11,10 @@ tree:
| +- control
| | Required.
| | Metadata about the binary package.
+ | +- docs
+ | | Required for exactly one binary package.
+ | | A list of source package documentation files to be provided by
+ | | the package.
| +- platconf
| | Optional.
| | A list of run-time configuration files.
@@ -85,6 +89,16 @@ This file contains control fields describing the binary package. See
$[sectlink][control] for the syntax of this file and $[sectlink][fields-bin] for
the list of control fields in this file.
+`<binpkg>.pkg/docs` [files-binpkg.pkg-docs]
+-------------------------------------------
+
+This file is required for exactly one binary package.
+
+This file contains a list of source package documentation files to be provided
+by the binary package.
+
+See $[sectlink][docs] for more information about this file.
+
`<binpkg>.pkg/platconf` [files-binpkg.pkg-platconf]
---------------------------------------------------