diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-02 22:39:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-02 22:39:05 (GMT) |
commit | 5a52519a6e5de1ef6a6becbeb7246d583ddf7894 (patch) | |
tree | 3c3fa3d6d9db3ecc9a891311f5b6395c388a454d /Doc | |
parent | 2b8093ab9675e1cf764fff95bd15a85d0116b663 (diff) | |
download | cpython-5a52519a6e5de1ef6a6becbeb7246d583ddf7894.zip cpython-5a52519a6e5de1ef6a6becbeb7246d583ddf7894.tar.gz cpython-5a52519a6e5de1ef6a6becbeb7246d583ddf7894.tar.bz2 |
add_idx(): Restore message to stdout when formatting the general index.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/perl/l2hinit.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 2a800c5..272a328 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/; |