@@ -29,7 +29,9 @@ This file is processed by the bin/SConsDoc.py module.
29
29
xsi : schemaLocation =" http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd" >
30
30
<title >&SCons; Actions</title >
31
31
32
- <!--
32
+ <!-- TOOD: placeholder file, not currently included in build -->
33
+
34
+ <!-- cons reference documentation:
33
35
34
36
=head1 Build actions
35
37
@@ -272,10 +274,10 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
272
274
273
275
</para >
274
276
275
- <section >
277
+ <section id = " sect-cmdstr-actions " >
276
278
<title >Command Strings as Actions</title >
277
279
278
- <section >
280
+ <section id = " sect-suppress-cmdline " >
279
281
<title >Suppressing Command-Line Printing</title >
280
282
281
283
<para >
@@ -286,7 +288,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
286
288
287
289
</section >
288
290
289
- <section >
291
+ <section id = " sect-ignore-exit-status " >
290
292
<title >Ignoring Exit Status</title >
291
293
292
294
<para >
@@ -299,7 +301,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
299
301
300
302
</section >
301
303
302
- <section >
304
+ <section id = " sect-arglist-actions " >
303
305
<title >Argument Lists as Actions</title >
304
306
305
307
<para >
@@ -310,7 +312,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
310
312
311
313
</section >
312
314
313
- <section >
315
+ <section id = " sect-python-func-actions " >
314
316
<title >Python Functions as Actions</title >
315
317
316
318
<para >
@@ -321,10 +323,10 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
321
323
322
324
</section >
323
325
324
- <section >
326
+ <section id = " sect-modify-printing " >
325
327
<title >Modifying How an Action is Printed</title >
326
328
327
- <section >
329
+ <section id = " sect-strfunc-cmdstr " >
328
330
<title >XXX: the &strfunction; keyword argument</title >
329
331
330
332
<para >
@@ -335,7 +337,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
335
337
336
338
</section >
337
339
338
- <section >
340
+ <section id = " sect-cmdstr-cmdstr " >
339
341
<title >XXX: the &cmdstr; keyword argument</title >
340
342
341
343
<para >
@@ -348,7 +350,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
348
350
349
351
</section >
350
352
351
- <section >
353
+ <section id = " sect-varlist " >
352
354
<title >Making an Action Depend on Variable Contents: the &varlist; keyword argument</title >
353
355
354
356
<para >
@@ -359,7 +361,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
359
361
360
362
</section >
361
363
362
- <section >
364
+ <section id = " sect-chdir " >
363
365
<title >chdir=1</title >
364
366
365
367
<para >
@@ -370,7 +372,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
370
372
371
373
</section >
372
374
373
- <section >
375
+ <section id = " sect-batch-key " >
374
376
<title >Batch Building of Multiple Targets from Separate Sources: the &batch_key; keyword argument</title >
375
377
376
378
<para >
@@ -381,7 +383,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
381
383
382
384
</section >
383
385
384
- <section >
386
+ <section id = " sect-exitstatfunc " >
385
387
<title >Manipulating the Exit Status of an Action: the &exitstatfunc; keyword argument</title >
386
388
387
389
<para >
@@ -396,7 +398,7 @@ b = Builder(action = Action('build < $SOURCE > $TARGET'))
396
398
397
399
???
398
400
399
- <section>
401
+ <section id="sect-presub" >
400
402
<title>presub=</title>
401
403
402
404
<para>
0 commit comments