Change scanner to properly search for included file from the
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 4 Jan 2010 17:34:11 +0000 (17:34 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 4 Jan 2010 17:34:11 +0000 (17:34 +0000)
commit44c2d80ed100032ad8796380bd59c06a199b08a9
tree4adda632ab6167010e6aa14f7e78da600dad12fd
parent22e0b5e0d5567cf23715be0d79ebfeb9d7e84344
Change scanner to properly search for included file from the
directory of the main file instead of the file it is included from.
Also update the emitter to add the .aux file associated with
\include{filename} commands. This makes sure the required directories
if any are created for variantdir cases.
Half of the patch from Stefan Hepp.

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