Change the message printed before running buildindex.py;
"Doing the index..." wasn't clear and could be misinterpreted
with an inappropriate mindset. ;-)
}
sub add_idx{
- print "\nDoing the index ...";
+ print "\nBuilding HTML for the index ...";
close(IDXFILE);
insert_index($idx_mark, 'index.dat', $INDEX_COLUMNS, 1);
}
$idx_module_title = 'Module Index';
sub add_module_idx{
- print "\nDoing the module index ...";
+ print "\nBuilding HTML for the module index ...";
my $key;
open(MODIDXFILE, '>modindex.dat') || die "\n$!\n";
foreach $key (keys %Modules) {