This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexp flags =~ s/k/p/
[perl5.git] / pod / Makefile.SH
index ef19169..74d299f 100644 (file)
@@ -158,10 +158,4 @@ perlmodlib.pod:    $(PERL) perlmodlib.PL ../MANIFEST
        rm -f perlmodlib.pod
        $(PERL) -I ../lib perlmodlib.PL
 
-compile: all
-       $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2latex.exe pod2latex -log ../compilelog
-       $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2man.exe pod2man -log ../compilelog
-       $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2text.exe pod2text -log ../compilelog
-       $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o checkpods.exe checkpods -log ../compilelog
-
 !NO!SUBS!