We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99407a4 commit bedf84aCopy full SHA for bedf84a
htmlify.p6
@@ -161,15 +161,6 @@ sub MAIN(
161
Bool :$no-proc-async = False,
162
Int :$parallel = 1,
163
) {
164
-
165
- # TODO: For the moment rakudo doc pod files were copied
166
- # from its repo to subdir doc/Programs and modified to Perl 6 pod.
167
- # The rakudo install needs
168
- # to (1) copy those files to its installation directory (share/pod)
169
- # and (2) use Perl 5's pod2man to convert them to man pages in
170
- # the installation directory (share/man).
171
- #
172
- # Then they can be copied to doc/Programs.
173
if !$no-highlight {
174
if ! $coffee-exe.IO.f {
175
say "Could not find $coffee-exe, did you run `make init-highlights`?";
0 commit comments