doc/stdenv: Add docs for 'dontInstall' variable

This commit is contained in:
Marc Busqué 2019-11-28 17:07:07 +01:00
parent 917b37c026
commit 9c68888e2e

View file

@ -1123,6 +1123,16 @@ preBuild = ''
<variablelist>
<title>Variables controlling the install phase</title>
<varlistentry>
<term>
<varname>dontInstall</varname>
</term>
<listitem>
<para>
Set to true to skip the install phase.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<varname>makeFlags</varname> / <varname>makeFlagsArray</varname> / <varname>makefile</varname>