summaryrefslogtreecommitdiffstats
path: root/doc/generated/examples/separate_duplicate0_1.xml
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-12-05 15:50:23 (GMT)
committerMats Wichmann <mats@linux.com>2019-12-05 15:51:55 (GMT)
commitdc8aaebf2271cbd78edeeda923ce2c8acd67f946 (patch)
tree4734587a213b60a560009c1083f1dc1208787a08 /doc/generated/examples/separate_duplicate0_1.xml
parent5e734795b0dc18c6a9955d764ac19f149714fc4f (diff)
downloadSCons-dc8aaebf2271cbd78edeeda923ce2c8acd67f946.zip
SCons-dc8aaebf2271cbd78edeeda923ce2c8acd67f946.tar.gz
SCons-dc8aaebf2271cbd78edeeda923ce2c8acd67f946.tar.bz2
[PR 3443] regen all generated files [ci skip]
Checking in all the examples generated on Ubuntu, which is the default "build platform", to pick up changes caused by a Py3 build. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/generated/examples/separate_duplicate0_1.xml')
-rw-r--r--doc/generated/examples/separate_duplicate0_1.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/generated/examples/separate_duplicate0_1.xml b/doc/generated/examples/separate_duplicate0_1.xml
index 207c5d7..3c8b642 100644
--- a/doc/generated/examples/separate_duplicate0_1.xml
+++ b/doc/generated/examples/separate_duplicate0_1.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>ls src</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>ls src</userinput>
hello.c
% <userinput>scons -Q</userinput>
cc -o build/hello.o -c src/hello.c