Add a test for the case where a latex file uses \input{} to include the
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 25 Nov 2009 21:47:43 +0000 (21:47 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 25 Nov 2009 21:47:43 +0000 (21:47 +0000)
commit6b78a2612b7c14e970e74c5ba3629697b5cf5f15
tree7b961adad1bff34bedd86414bfa03bdef1c65877
parent73789afde2fe097ea24cef09812d9b8610301ccb
Add a test for the case where a latex file uses \input{} to include the
file that contains the documentclass command

Add logic to is_LaTeX routine to search through included files until
\documentclass is found

Also added comments, converted comments at start of 2 routines into doc
strings..

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4483 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Tool/pdftex.py
src/engine/SCons/Tool/tex.py
test/TEX/input_docClass.py [new file with mode: 0644]