Remove meaningless comment.
This commit is contained in:
parent
6b70599450
commit
b48b6d0737
|
@ -347,9 +347,6 @@ class Job:
|
|||
if self.use_bibtex:
|
||||
self.run("%s %s" % (BIBTEX_BINARY, self.doc))
|
||||
self.process_synopsis_files()
|
||||
#
|
||||
# let the doctype-specific handler do some intermediate work:
|
||||
#
|
||||
self.run("%s %s" % (binary, self.doc))
|
||||
self.latex_runs = self.latex_runs + 1
|
||||
if os.path.isfile("mod%s.idx" % self.doc):
|
||||
|
|
Loading…
Reference in New Issue