From: stevenknight Date: Tue, 7 Oct 2008 21:34:59 +0000 (+0000) Subject: Reset the default Verbose value to False. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a886dbea38c317d0897198cbfdc0393f5c7e209e;p=scons.git Reset the default Verbose value to False. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3593 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/engine/SCons/Tool/tex.py b/src/engine/SCons/Tool/tex.py index ea640dea..350422d5 100644 --- a/src/engine/SCons/Tool/tex.py +++ b/src/engine/SCons/Tool/tex.py @@ -44,7 +44,7 @@ import SCons.Node.FS import SCons.Util import SCons.Scanner.LaTeX -Verbose = True +Verbose = False must_rerun_latex = True