Somehow I managed to lose this change in a comment
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 20 Jan 2010 22:21:27 +0000 (22:21 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 20 Jan 2010 22:21:27 +0000 (22:21 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4643 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/engine/SCons/Tool/tex.py

index c05ffc80d9b826548bffff8aa3216b2e05037177..e0d1bd3e8e95b9445d300b86cec0d4d98be32647 100644 (file)
@@ -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')