diff options
| author | Sebastian Kuhnert | 2008-10-28 09:41:39 +0000 |
|---|---|---|
| committer | Sebastian Kuhnert | 2008-10-28 09:41:39 +0000 |
| commit | f92973ad3dd28cec57d57a377c1ded43473462fb (patch) | |
| tree | 4bc5175c7454f4380ec442c420c6351751030e11 /texall | |
| parent | 623544e9126ef554a9e90a7b1cbc1f42e4fb610a (diff) | |
| download | exercisesheets-f92973ad3dd28cec57d57a377c1ded43473462fb.tar.gz exercisesheets-f92973ad3dd28cec57d57a377c1ded43473462fb.tar.bz2 exercisesheets-f92973ad3dd28cec57d57a377c1ded43473462fb.zip | |
texall script: reenable --wolfgang option to bibtex8
Diffstat (limited to 'texall')
| -rwxr-xr-x | texall | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
