commit | b48b6d073794481765159af6e2f4ebce84a42265 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Dec 04 16:32:04 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Dec 04 16:32:04 2001 +0000 |
tree | bcd70f1251abdd824e1634e7dd9905f434662d8c | |
parent | 6b70599450777a8b911f0eff44b18cd22f1c1e1e [diff] |
Remove meaningless comment.
diff --git a/Doc/tools/mkhowto b/Doc/tools/mkhowto index 5e53105..af46fff 100755 --- a/Doc/tools/mkhowto +++ b/Doc/tools/mkhowto
@@ -347,9 +347,6 @@ 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):