diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 2a800c58303..272a328556d 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/;