diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-07-24 01:27:03 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-07-24 01:27:03 (GMT) |
commit | f619eb740d3c3a355607ae03fc8735b035a02c5a (patch) | |
tree | 7152d57403bcde38e3c7ccefde6977334a10589d /doc | |
parent | e4383377ecf87ed32efe0adc5bad6ba9808a9b78 (diff) | |
download | SCons-f619eb740d3c3a355607ae03fc8735b035a02c5a.zip SCons-f619eb740d3c3a355607ae03fc8735b035a02c5a.tar.gz SCons-f619eb740d3c3a355607ae03fc8735b035a02c5a.tar.bz2 |
updated docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/generated/builders.gen | 8 | ||||
-rw-r--r-- | doc/generated/examples/caching_ex-random_1.xml | 4 | ||||
-rw-r--r-- | doc/generated/variables.gen | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/doc/generated/builders.gen b/doc/generated/builders.gen index 5f8e2af..450f25b 100644 --- a/doc/generated/builders.gen +++ b/doc/generated/builders.gen @@ -2202,8 +2202,8 @@ Note that the source files will be scanned according to the suffix mappings in the <classname>SourceFileScanner</classname> object. -See the section "Scanner Objects," -below, for more information. +See the manpage section "Scanner Objects" +for more information. </para> </listitem> </varlistentry> @@ -2307,8 +2307,8 @@ Note that the source files will be scanned according to the suffix mappings in the <classname>SourceFileScanner</classname> object. -See the section "Scanner Objects," -below, for more information. +See the manpage section "Scanner Objects" +for more information. </para> </listitem> </varlistentry> diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml index 2ec6fee..29ed8c6 100644 --- a/doc/generated/examples/caching_ex-random_1.xml +++ b/doc/generated/examples/caching_ex-random_1.xml @@ -1,8 +1,8 @@ <screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q</userinput> cc -o f1.o -c f1.c -cc -o f3.o -c f3.c cc -o f2.o -c f2.c -cc -o f4.o -c f4.c +cc -o f3.o -c f3.c cc -o f5.o -c f5.c +cc -o f4.o -c f4.c cc -o prog f1.o f2.o f3.o f4.o f5.o </screen> diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen index 29b06b2..a9188da 100644 --- a/doc/generated/variables.gen +++ b/doc/generated/variables.gen @@ -5221,6 +5221,8 @@ Specfies the name of the project to package. Boolean (True|False). Default: False When True, SCons will not run ninja automatically after creating the <filename>ninja.build</filename> file. + If not set, this will be set to True if <quote>--disable_execute_ninja</quote> or + <code>SetOption('disable_execute_ninja', True)</code> </para> </listitem> </varlistentry> |