summaryrefslogtreecommitdiff
path: root/doc/user
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/user
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/user')
-rw-r--r--doc/user/troubleshoot.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/user/troubleshoot.xml b/doc/user/troubleshoot.xml
index 94af7275..65c91994 100644
--- a/doc/user/troubleshoot.xml
+++ b/doc/user/troubleshoot.xml
@@ -2,7 +2,7 @@
<!DOCTYPE sconsdoc [
<!ENTITY % scons SYSTEM "../scons.mod">
%scons;
-
+
<!ENTITY % builders-mod SYSTEM "../generated/builders.mod">
%builders-mod;
<!ENTITY % functions-mod SYSTEM "../generated/functions.mod">
@@ -160,6 +160,16 @@ file.in
</para>
<para>
+ Note that you can also use --warn=target-not-built which checks
+ whether or not expected targets exist after a build rule is
+ executed.
+ </para>
+
+ <scons_output example="troubleshoot_explain1" os="posix" suffix="3">
+ <scons_output_command>scons -Q --warn=target-not-built</scons_output_command>
+ </scons_output>
+
+ <para>
The &debug-explain; option also comes in handy
to help figure out what input file changed.