summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-04 16:32:04 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-04 16:32:04 (GMT)
commitb48b6d073794481765159af6e2f4ebce84a42265 (patch)
treebcd70f1251abdd824e1634e7dd9905f434662d8c
parent6b70599450777a8b911f0eff44b18cd22f1c1e1e (diff)
downloadcpython-b48b6d073794481765159af6e2f4ebce84a42265.zip
cpython-b48b6d073794481765159af6e2f4ebce84a42265.tar.gz
cpython-b48b6d073794481765159af6e2f4ebce84a42265.tar.bz2
Remove meaningless comment.
-rwxr-xr-xDoc/tools/mkhowto3
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):