Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure infixes in lib/Type work and stop generating html/op dirs
  • Loading branch information
Mouq committed Jun 16, 2014
1 parent ee92b0b commit c0bdd05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions htmlify.p6
Expand Up @@ -133,8 +133,7 @@ sub MAIN(Bool :$debug, Bool :$typegraph = False) {
$*DEBUG = $debug;

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

Expand Down Expand Up @@ -310,7 +309,7 @@ sub write-type-file(:$dr, :$what, :$pod, :$podname) {
$dr.add-new(
:kind<routine>,
:subkinds($what),
:category<operator>,
:categories<operator>,
:name($operator),
:pod($chunk),
:!pod-is-complete,
Expand Down

0 comments on commit c0bdd05

Please sign in to comment.