Skip to content

Commit c0bdd05

Browse files
committed
Make sure infixes in lib/Type work and stop generating html/op dirs
1 parent ee92b0b commit c0bdd05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

htmlify.p6

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ sub MAIN(Bool :$debug, Bool :$typegraph = False) {
133133
$*DEBUG = $debug;
134134

135135
say 'Creating html/ subdirectories ...';
136-
for '', <type language routine images op op/prefix op/postfix op/infix
137-
op/circumfix op/postcircumfix op/listop> {
136+
for '', <type language routine images> {
138137
mkdir "html/$_" unless "html/$_".IO ~~ :e;
139138
}
140139

@@ -310,7 +309,7 @@ sub write-type-file(:$dr, :$what, :$pod, :$podname) {
310309
$dr.add-new(
311310
:kind<routine>,
312311
:subkinds($what),
313-
:category<operator>,
312+
:categories<operator>,
314313
:name($operator),
315314
:pod($chunk),
316315
:!pod-is-complete,

0 commit comments

Comments
 (0)