Skip to content

Commit 4498d72

Browse files
committed
remove awful -IFakeDir workaround for precomp issue now fixed
1 parent ad3906b commit 4498d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/p6doc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sub tempfile() {
3232
}
3333

3434
sub search-paths() {
35-
# XXX this needs fixing stmuk
35+
# XXX
3636
($*REPO.repo-chain()>>.Str X~ </doc/>).grep: *.IO.d
3737
}
3838

@@ -71,9 +71,9 @@ sub show-docs(Str $path, :$section, :$no-pager) {
7171
if $section.defined {
7272
%*ENV<PERL6_POD_HEADING> = $section;
7373
my $i = findbin() ~ '../lib';
74-
$doc-command-str ~= " -IFakeDir -I$i --doc=SectionFilter"
74+
$doc-command-str ~= " -I$i --doc=SectionFilter"
7575
} else {
76-
$doc-command-str ~= " -IFakeDir --doc"
76+
$doc-command-str ~= " --doc"
7777
}
7878
$doc-command-str ~= " $path ";
7979
$doc-command-str ~= " | $pager" if $pager;

0 commit comments

Comments
 (0)