diff options
author | Mats Wichmann <mats@linux.com> | 2020-05-08 15:13:06 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-05-10 12:44:58 (GMT) |
commit | 600e0c897aaed2bf0f9ad6586925434103bfe389 (patch) | |
tree | 99c52996e0617a57b9c40fea7f7013bdb4c48d89 /doc/generated/examples/caching_ex1_5.xml | |
parent | b1f3b3020e9b8e532ddd64bdc4c3ba2e70a16599 (diff) | |
download | SCons-600e0c897aaed2bf0f9ad6586925434103bfe389.zip SCons-600e0c897aaed2bf0f9ad6586925434103bfe389.tar.gz SCons-600e0c897aaed2bf0f9ad6586925434103bfe389.tar.bz2 |
[WIP] adjust docbuild for moved src [ci skip]
src/engine/SCons moved to SCons, affects wired in paths
in documentation, and doc building scripts
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/generated/examples/caching_ex1_5.xml')
-rw-r--r-- | doc/generated/examples/caching_ex1_5.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/generated/examples/caching_ex1_5.xml b/doc/generated/examples/caching_ex1_5.xml index 968727f..b784319 100644 --- a/doc/generated/examples/caching_ex1_5.xml +++ b/doc/generated/examples/caching_ex1_5.xml @@ -1,5 +1,4 @@ -<?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> +<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> cc -o hello.o -c hello.c cc -o hello hello.o % <userinput>scons -Q -c</userinput> |