doc/stdenv: Add information about the doDist variable

This commit is contained in:
Max Hausch 2022-12-29 16:44:07 +01:00 committed by Max Hausch
parent 9fdbf01835
commit 540c14338d
No known key found for this signature in database
GPG key ID: C19929CA092DD618

View file

@ -837,6 +837,10 @@ The distribution phase is intended to produce a source distribution of the packa
#### Variables controlling the distribution phase {#variables-controlling-the-distribution-phase}
##### `doDist` {#var-stdenv-doDist}
If set, the distribution phase is executed.
##### `distTarget` {#var-stdenv-distTarget}
The make target that produces the distribution. Defaults to `dist`.