Commit Diff


commit - 43c495831ae61bfdbd1a4bc2a05311a1da8a56d2
commit + add05cb0fcb8d6607f38e611e033bb90bdaa4a05
blob - 726ea938aef79b64287c7ce3e73ee709d0e4e77a
blob + 748b2a96c9ea55a4f3d36f49c80f78a4a973b182
--- mkindex
+++ mkindex
@@ -80,7 +80,7 @@ sub copyfrom {
 	print $fh $_ while (<$pfh>);
 }
 
-sub fixfiles {
+sub renderpages {
 	close($pfh);
 
 	for (my $i = 1; $i <= $page; $i++) {
@@ -214,4 +214,4 @@ while (<>) {
 
 endfile;
 endthread if $threads_seen;
-fixfiles();
+renderpages;