Merge pull request #36886 from veprbl/symlinkJoin_doc

doc: mention symlinkJoin in multiple-outputs section
This commit is contained in:
Dmitry Kalinkin 2019-03-30 22:01:01 -04:00 committed by GitHub
commit c6a8b56e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,13 @@
contain <varname>$outputBin</varname> and <varname>$outputLib</varname> are
also added. (See <xref linkend="multiple-output-file-type-groups" />.)
</para>
<para>
In some cases it may be desirable to combine different outputs under a
single store path. A function <literal>symlinkJoin</literal> can be used to
do this. (Note that it may negate some closure size benefits of using a
multiple-output package.)
</para>
</section>
<section xml:id="sec-multiple-outputs-">
<title>Writing a split derivation</title>