diff options
author | Robert Managan <managan1@llnl.gov> | 2010-01-20 22:21:27 (GMT) |
---|---|---|
committer | Robert Managan <managan1@llnl.gov> | 2010-01-20 22:21:27 (GMT) |
commit | 4301c3cdbce229812ebe9b950acc2217a6ae4cdf (patch) | |
tree | 03a69390139034e37ee3886e6c059bd6b74fc774 /src | |
parent | 7247be063e9951b453b644b2be48e3b9f57b61de (diff) | |
download | SCons-4301c3cdbce229812ebe9b950acc2217a6ae4cdf.zip SCons-4301c3cdbce229812ebe9b950acc2217a6ae4cdf.tar.gz SCons-4301c3cdbce229812ebe9b950acc2217a6ae4cdf.tar.bz2 |
Somehow I managed to lose this change in a comment
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/SCons/Tool/tex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/tex.py b/src/engine/SCons/Tool/tex.py index c05ffc8..e0d1bd3 100644 --- a/src/engine/SCons/Tool/tex.py +++ b/src/engine/SCons/Tool/tex.py @@ -600,7 +600,7 @@ def tex_emitter_core(target, source, env, graphics_extensions): content = source[0].get_text_contents() - # not sure what these were for but they are unused + # These never got used. Fix them anyway #idx_exists = os.path.exists(targetbase + '.idx') and os.path.isfile(targetbase + '.idx') #nlo_exists = os.path.exists(targetbase + '.nlo') and os.path.isfile(targetbase + '.nlo') #glo_exists = os.path.exists(targetbase + '.glo') and os.path.isfile(targetbase + '.glo') |