Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b70599 commit b48b6d0Copy full SHA for b48b6d0
1 file changed
Doc/tools/mkhowto
@@ -347,9 +347,6 @@ class Job:
347
if self.use_bibtex:
348
self.run("%s %s" % (BIBTEX_BINARY, self.doc))
349
self.process_synopsis_files()
350
- #
351
- # let the doctype-specific handler do some intermediate work:
352
353
self.run("%s %s" % (binary, self.doc))
354
self.latex_runs = self.latex_runs + 1
355
if os.path.isfile("mod%s.idx" % self.doc):
0 commit comments