File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ sub MAIN(
147
147
Bool : $ typegraph = False ,
148
148
Int : $ sparse ,
149
149
Bool : $ disambiguation = True ,
150
- Bool : $ search-file = True ,
151
150
Bool : $ no-highlight = False ,
152
151
Int : $ parallel = 1 ,
153
152
) {
@@ -197,15 +196,15 @@ sub MAIN(
197
196
}
198
197
199
198
write-disambiguation-files if $ disambiguation ;
200
- write-search-file if $ search-file ;
199
+ write-search-file;
201
200
write-index-files;
202
201
203
202
for (set(<routine syntax >) (&) set($ * DR . get-kinds)). keys -> $ kind {
204
203
write-kind $ kind ;
205
204
}
206
205
207
206
say ' Processing complete.' ;
208
- if $ sparse || ! $ search-file || ! $ disambiguation {
207
+ if $ sparse || ! $ disambiguation {
209
208
say " This is a sparse or incomplete run. DO NOT SYNC WITH doc.perl6.org!" ;
210
209
}
211
210
You can’t perform that action at this time.
0 commit comments