aboutsummaryrefslogtreecommitdiff
path: root/texall
diff options
context:
space:
mode:
authorSebastian Kuhnert2008-10-28 09:41:39 +0000
committerSebastian Kuhnert2008-10-28 09:41:39 +0000
commitf92973ad3dd28cec57d57a377c1ded43473462fb (patch)
tree4bc5175c7454f4380ec442c420c6351751030e11 /texall
parent623544e9126ef554a9e90a7b1cbc1f42e4fb610a (diff)
downloadexercisesheets-f92973ad3dd28cec57d57a377c1ded43473462fb.tar.gz
exercisesheets-f92973ad3dd28cec57d57a377c1ded43473462fb.tar.bz2
exercisesheets-f92973ad3dd28cec57d57a377c1ded43473462fb.zip
texall script: reenable --wolfgang option to bibtex8
Diffstat (limited to 'texall')
-rwxr-xr-xtexall4
1 files changed, 2 insertions, 2 deletions
diff --git a/texall b/texall
index d76e877..5e708de 100755
--- a/texall
+++ b/texall
@@ -259,8 +259,8 @@ class AnalyseLogRequests(Analyser):
error(self.d.name, "ignoring request to run %s for security reasons"%binary, warning=True)
continue
options[:0] = [binary]
-# if binary == "bibtex8":
-# options[1:1] = [ "--wolfgang" ]
+ if binary == "bibtex8":
+ options[1:1] = [ "--wolfgang" ]
if infile != None:
options.append(infile)
self.addrequest(tuple(options), pri)