File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -918,7 +918,7 @@ sub write-index-files() {
918
918
}
919
919
920
920
sub write-main-index (: $ kind , : & summary = {Nil }) {
921
- say " Writing html/$ kind .html ..." ;
921
+ say " Writing main index html/$ kind .html ..." ;
922
922
spurt " html/$ kind .html" , p2h(pod-with-title(
923
923
" Perl 6 { $ kind . tc} s" ,
924
924
pod-block(
@@ -943,7 +943,7 @@ sub write-main-index(:$kind, :&summary = {Nil}) {
943
943
944
944
# XXX: Only handles normal routines, not types nor operators
945
945
sub write-sub-index (: $ kind , : $ category , : & summary = {Nil }) {
946
- say " Writing html/$ kind -$ category .html ..." ;
946
+ say " Writing sub-index html/$ kind -$ category .html ..." ;
947
947
my $ this-category = $ category . tc eq " Exceptions" ?? " Exception" !! $ category . tc;
948
948
spurt " html/$ kind -$ category .html" , p2h(pod-with-title(
949
949
" Perl 6 { $ this-category } { $ kind . tc} s" ,
You can’t perform that action at this time.
0 commit comments