summaryrefslogtreecommitdiff
path: root/doc/generated
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-11-10 14:55:24 -0500
committerGary Oberbrunner <garyo@oberbrunner.com>2013-11-10 14:55:24 -0500
commitac67fcbb6eb6284a461df1703b7f8f57bedc0f17 (patch)
treeb13805434b8db4150b113b93921066dc402a63aa /doc/generated
parentd612abd4a499483759fc66ca487c1542902da243 (diff)
parentba67ed921c3e6013e3270d2045718488f707b61b (diff)
downloadscons-ac67fcbb6eb6284a461df1703b7f8f57bedc0f17.tar.gz
Merged in dirkbaechle/scons (pull request #91)
Adding EPUB as output format for documentation
Diffstat (limited to 'doc/generated')
-rw-r--r--doc/generated/examples/troubleshoot_explain1_3.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/generated/examples/troubleshoot_explain1_3.xml b/doc/generated/examples/troubleshoot_explain1_3.xml
new file mode 100644
index 00000000..b62be879
--- /dev/null
+++ b/doc/generated/examples/troubleshoot_explain1_3.xml
@@ -0,0 +1,7 @@
+<?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/scons.xsd scons.xsd">% <userinput>scons -Q --warn=target-not-built</userinput>
+scons: building `file.out' because it doesn't exist
+cp file.in file.oout
+
+scons: warning: Cannot find target file.out after building
+</screen>