Kaydet (Commit) 5a52519a authored tarafından Fred Drake's avatar Fred Drake

add_idx(): Restore message to stdout when formatting the general index.

üst 2b8093ab
......@@ -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/;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment