Update tex builder to handle the case where a \input{foo}
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 20 Jan 2010 21:35:42 +0000 (21:35 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 20 Jan 2010 21:35:42 +0000 (21:35 +0000)
commitb27f20d6d4a617383a1b37bd9a8e714f312902e8
treeed93000893b27de57e3561c77f0a18bce811be41
parent1027fe2d9814462f429216b9e420fc9603c3d351
Update tex builder to handle the case where a \input{foo}
command tries to work with a directory named foo instead of the
file foo.tex. The builder now ignores a directory and continues
searching to find the correct file.

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