Move the definition of env['LATEXSUFFIXES'] from Defaults.py to the
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 6 Aug 2009 19:01:36 +0000 (19:01 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 6 Aug 2009 19:01:36 +0000 (19:01 +0000)
commitd7304129f667d82298ec61fbd2cb474a137b1035
tree12fc085f2d264f77c49a1ce39abe21e9dd3daead
parent89a48d6b834bfbe09d3675d406f6993f00bbb0b5
Move the definition of env['LATEXSUFFIXES'] from Defaults.py to the
various *tex.py generate functions.

This is to avoid adding LATEXSUFFIXES to the environment when
the tools are not loaded.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4323 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Defaults.py
src/engine/SCons/Tool/latex.py
src/engine/SCons/Tool/pdflatex.py
src/engine/SCons/Tool/pdftex.py
src/engine/SCons/Tool/tex.py