I found that my coding for automatically building .pdf files from .eps files
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 12 Nov 2008 21:36:07 +0000 (21:36 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 12 Nov 2008 21:36:07 +0000 (21:36 +0000)
commit0a6d873d2468302d76e20396d30dfc86906c3613
treee7cc2da57fc95f2d41461ab1afa868b84647a27f
parentfe065df4f2118cb9a1b8192c48247bd919dabb4a
I found that my coding for automatically building .pdf files from .eps files
failed when the .tex file is in a subdirectory.

I added a new test and made the one line fix.

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