summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/tex.py
diff options
context:
space:
mode:
authorRobert Managan <ramanagan@att.net>2014-08-12 04:51:00 (GMT)
committerRobert Managan <ramanagan@att.net>2014-08-12 04:51:00 (GMT)
commit2a473e4acba325f4c881c84ccab489fdbb0b45ad (patch)
treedbd7c1073f77643803523d7bdbfabb3cc816dd12 /src/engine/SCons/Tool/tex.py
parent22f309a6bfcc2621fc7011813adbb14efa4559c5 (diff)
downloadSCons-2a473e4acba325f4c881c84ccab489fdbb0b45ad.zip
SCons-2a473e4acba325f4c881c84ccab489fdbb0b45ad.tar.gz
SCons-2a473e4acba325f4c881c84ccab489fdbb0b45ad.tar.bz2
Fix the newglossary action to work with variantDir
Diffstat (limited to 'src/engine/SCons/Tool/tex.py')
-rw-r--r--src/engine/SCons/Tool/tex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/tex.py b/src/engine/SCons/Tool/tex.py
index 4c10731..053d85d 100644
--- a/src/engine/SCons/Tool/tex.py
+++ b/src/engine/SCons/Tool/tex.py
@@ -431,7 +431,7 @@ def InternalLaTeXAuxAction(XXXLaTeXAction, target = None, source= None, env=None
if Verbose:
print "Need to run makeindex for newglossary"
newglfile = suffix_nodes[newglossary_suffix[ig][2]]
- MakeNewGlossaryAction = SCons.Action.Action("$MAKENEWGLOSSARY ${SOURCE.filebase}%s -s ${SOURCE.filebase}.ist -t ${SOURCE.filebase}%s -o ${SOURCE.filebase}%s" % (newglossary_suffix[ig][2],newglossary_suffix[ig][0],newglossary_suffix[ig][1]), "$MAKENEWGLOSSARYCOMSTR")
+ MakeNewGlossaryAction = SCons.Action.Action("$MAKENEWGLOSSARYCOM ${SOURCE.filebase}%s -s ${SOURCE.filebase}.ist -t ${SOURCE.filebase}%s -o ${SOURCE.filebase}%s" % (newglossary_suffix[ig][2],newglossary_suffix[ig][0],newglossary_suffix[ig][1]), "$MAKENEWGLOSSARYCOMSTR")
result = MakeNewGlossaryAction(newglfile, newglfile, env)
if result != 0: