Skip to content

Commit bedf84a

Browse files
committed
Remove old TODO comment that has ticket.
1 parent 99407a4 commit bedf84a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

htmlify.p6

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,6 @@ sub MAIN(
161161
Bool :$no-proc-async = False,
162162
Int :$parallel = 1,
163163
) {
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.
173164
if !$no-highlight {
174165
if ! $coffee-exe.IO.f {
175166
say "Could not find $coffee-exe, did you run `make init-highlights`?";

0 commit comments

Comments
 (0)