Turns out that in my revamped TeX builder I was listing the .dvi or
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 22 Jul 2009 21:24:37 +0000 (21:24 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 22 Jul 2009 21:24:37 +0000 (21:24 +0000)
commitc1c4fe36e2e3ad2dff9afeafd0c648391f35f68d
tree0ac94ad77530a505f7409625aa74691f4be2f2e2
parent8bc97d14a53234a8081787e632735dbfab54735d
Turns out that in my revamped TeX builder I was listing the .dvi or
.pdf output file as a sideeffect since it is listed as an output
file in the .fls file. This caused the message that there were two ways to
build the file.

In fixing it I have to exclude both the .dvi and .pdf target because some
test decks produce both... THat hsoudl rarely happen in practice but
It is better to handle that case.

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