diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-12-31 23:12:44 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-12-31 23:12:44 (GMT) |
commit | 6e4aa886cfb593b04ac2e57fd7b1d7cb9494d660 (patch) | |
tree | 2a15723fde907a6f80c37dbe580c57480872844d /doc/generated/examples/caching_ex1_5.xml | |
parent | 40f85c31422728d2614d1dbe8e69a9f0932a3570 (diff) | |
download | SCons-6e4aa886cfb593b04ac2e57fd7b1d7cb9494d660.zip SCons-6e4aa886cfb593b04ac2e57fd7b1d7cb9494d660.tar.gz SCons-6e4aa886cfb593b04ac2e57fd7b1d7cb9494d660.tar.bz2 |
Regenerated docs for 3.0.2 release
Diffstat (limited to 'doc/generated/examples/caching_ex1_5.xml')
-rw-r--r-- | doc/generated/examples/caching_ex1_5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/generated/examples/caching_ex1_5.xml b/doc/generated/examples/caching_ex1_5.xml index e6afdee..968727f 100644 --- a/doc/generated/examples/caching_ex1_5.xml +++ b/doc/generated/examples/caching_ex1_5.xml @@ -1,5 +1,5 @@ -<?xml version='1.0' encoding='UTF-8'?> -<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.scons.org/dbxsd/v1.0" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q --cache-disable</userinput> +<?xml version="1.0" encoding="UTF-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 --cache-disable</userinput> cc -o hello.o -c hello.c cc -o hello hello.o % <userinput>scons -Q -c</userinput> |