jam: document JAM_TARGETS variable
I only learned of this variable from reading Haiku's source code.
So, I tried to make a quick addition to the documenation (though it
took longer than I expected :P).
JAM_TARGETS was added in commit a1a02bed3ccafb744d01ce24a9e9216a51023ddf
Change-Id: I490472eb75305b7783e23784b728fdf5fb6e0012
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/7420
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Diff
jam/Jambase.html | 8 ++++++++
1 file changed, 8 insertions(+)
@@ -611,6 +611,14 @@
files; defaults to "installed".
</BLOCKQUOTE>
JAM_TARGETS
<BLOCKQUOTE>
Contains the list of targets specified on the command-line
for jam to build. These can be changed from within the
Jamfile to change the targets that are built.
</BLOCKQUOTE>
JAMFILE
<BLOCKQUOTE>