]> granicus.if.org Git - python/commitdiff
add_idx(): Restore message to stdout when formatting the general index.
authorFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 22:39:05 +0000 (22:39 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 22:39:05 +0000 (22:39 +0000)
Doc/perl/l2hinit.perl

index 2a800c583033897da914d0fb9eb8a7e8e7a08159..272a328556d4f91f56b341d296bdf0b886a079bc 100644 (file)
@@ -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/;