diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-04 16:32:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-04 16:32:04 (GMT) |
commit | b48b6d073794481765159af6e2f4ebce84a42265 (patch) | |
tree | bcd70f1251abdd824e1634e7dd9905f434662d8c | |
parent | 6b70599450777a8b911f0eff44b18cd22f1c1e1e (diff) | |
download | cpython-b48b6d073794481765159af6e2f4ebce84a42265.zip cpython-b48b6d073794481765159af6e2f4ebce84a42265.tar.gz cpython-b48b6d073794481765159af6e2f4ebce84a42265.tar.bz2 |
Remove meaningless comment.
-rwxr-xr-x | Doc/tools/mkhowto | 3 |
1 files changed, 0 insertions, 3 deletions
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 @@ 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): |