diff options
author | Mats Wichmann <mats@linux.com> | 2018-10-03 17:58:21 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-10-03 17:58:21 (GMT) |
commit | 00a71297271f35b1f313b132d7a5de9edcee1271 (patch) | |
tree | 0a342593293280ec575117eb6335cda466341170 /doc/generated/examples/caching_ex-random_1.xml | |
parent | 623a1ac4f17006e1fc847c82bcdbdc6a7c2c0929 (diff) | |
download | SCons-00a71297271f35b1f313b132d7a5de9edcee1271.zip SCons-00a71297271f35b1f313b132d7a5de9edcee1271.tar.gz SCons-00a71297271f35b1f313b132d7a5de9edcee1271.tar.bz2 |
Resync generated docs
There have been a few doc changes since 3.0.1, this commit
resyncs the generated docs to pick up fixes and wording.
No code or test effect.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/generated/examples/caching_ex-random_1.xml')
-rw-r--r-- | doc/generated/examples/caching_ex-random_1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml index 19b02f5..18b04eb 100644 --- a/doc/generated/examples/caching_ex-random_1.xml +++ b/doc/generated/examples/caching_ex-random_1.xml @@ -2,8 +2,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 f3.o -c f3.c cc -o f5.o -c f5.c -cc -o f2.o -c f2.c cc -o f4.o -c f4.c +cc -o f2.o -c f2.c cc -o f1.o -c f1.c cc -o prog f1.o f2.o f3.o f4.o f5.o </screen> |