From: Fred Drake Date: Thu, 2 Apr 1998 22:39:05 +0000 (+0000) Subject: add_idx(): Restore message to stdout when formatting the general index. X-Git-Tag: v1.5.1~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a52519a6e5de1ef6a6becbeb7246d583ddf7894;p=thirdparty%2FPython%2Fcpython.git add_idx(): Restore message to stdout when formatting the general index. --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 2a800c583033..272a328556d4 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -98,6 +98,7 @@ sub make_index_entry { # use this instead with the buildindex.py tool sub add_idx{ + print "\nDoing the index ..."; close(IDXFILE); my $index = `$myrootdir/tools/buildindex.py index.dat`; s/$idx_mark/$index/;