diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-24 18:41:00 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-24 18:41:00 (EDT) |
commit | f6f9332bca6e2ead1e818ce53b02f89c0eda7828 (patch) | |
tree | 523e16c26876a96656988d6ee5c09cbbbdd46d60 | |
parent | dcd17c203cbcde19ff026fc05bba7e79350165eb (diff) |
Document pre-defined substitution variables.
-rw-r--r-- | specs/spf-2.0/substvars.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/specs/spf-2.0/substvars.mdwn b/specs/spf-2.0/substvars.mdwn index bbe2853..fd4e909 100644 --- a/specs/spf-2.0/substvars.mdwn +++ b/specs/spf-2.0/substvars.mdwn @@ -17,3 +17,21 @@ The format for variable substitutions is as follows: ${<var-name>} `<var-name>` is the name of the variable. + + +Special Variables [substvars-defined] +===================================== + +The following substitution variables shall be set: + + * `Source-Version` + + The source package version, as given in the most recent entry of the change + log. See $[sectlink][src-ver] for the syntax of source package version + identifiers. + + * `Binary-Version` + + The binary package version, as given in the most recent entry of the change + log. See $[sectlink][src-ver] for the syntax of source package version + identifiers. |