summaryrefslogtreecommitdiffstats
path: root/doc/generated/examples
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-02-16 14:26:52 (GMT)
committerMats Wichmann <mats@linux.com>2021-02-16 14:26:52 (GMT)
commit28c765b5617b9aa5598b5751e8c2240b5237811b (patch)
treeee992a5f90186ac3dcf0c86ca80e043e5984adf5 /doc/generated/examples
parent02a5fcc0cc4ffc3e6c554e8c4509c45e7c936a61 (diff)
downloadSCons-28c765b5617b9aa5598b5751e8c2240b5237811b.zip
SCons-28c765b5617b9aa5598b5751e8c2240b5237811b.tar.gz
SCons-28c765b5617b9aa5598b5751e8c2240b5237811b.tar.bz2
[PR #3877] fix some broken examples from initial commit [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/generated/examples')
-rw-r--r--doc/generated/examples/sourcecode_bitkeeper_1.xml6
-rw-r--r--doc/generated/examples/sourcecode_cvs_1.xml6
-rw-r--r--doc/generated/examples/sourcecode_rcs_1.xml6
-rw-r--r--doc/generated/examples/sourcecode_sccs_1.xml6
4 files changed, 0 insertions, 24 deletions
diff --git a/doc/generated/examples/sourcecode_bitkeeper_1.xml b/doc/generated/examples/sourcecode_bitkeeper_1.xml
deleted file mode 100644
index 41af3a2..0000000
--- a/doc/generated/examples/sourcecode_bitkeeper_1.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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</userinput>
-AttributeError: 'SConsEnvironment' object has no attribute 'BitKeeper':
- File "/home/my/project/SConstruct", line 2:
- env.SourceCode('.', env.BitKeeper())
-</screen>
diff --git a/doc/generated/examples/sourcecode_cvs_1.xml b/doc/generated/examples/sourcecode_cvs_1.xml
deleted file mode 100644
index 01ddb6b..0000000
--- a/doc/generated/examples/sourcecode_cvs_1.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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</userinput>
-AttributeError: 'SConsEnvironment' object has no attribute 'CVS':
- File "/home/my/project/SConstruct", line 2:
- env.SourceCode('.', env.CVS('/usr/local/CVS'))
-</screen>
diff --git a/doc/generated/examples/sourcecode_rcs_1.xml b/doc/generated/examples/sourcecode_rcs_1.xml
deleted file mode 100644
index e6b36dd..0000000
--- a/doc/generated/examples/sourcecode_rcs_1.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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</userinput>
-AttributeError: 'SConsEnvironment' object has no attribute 'RCS':
- File "/home/my/project/SConstruct", line 2:
- env.SourceCode('.', env.RCS())
-</screen>
diff --git a/doc/generated/examples/sourcecode_sccs_1.xml b/doc/generated/examples/sourcecode_sccs_1.xml
deleted file mode 100644
index e0699d1..0000000
--- a/doc/generated/examples/sourcecode_sccs_1.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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</userinput>
-AttributeError: 'SConsEnvironment' object has no attribute 'SCCS':
- File "/home/my/project/SConstruct", line 2:
- env.SourceCode('.', env.SCCS())
-</screen>