diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-09-06 14:04:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-09-06 14:04:33 +0000 |
commit | de1254415ffeb03ba71a0802be6f212b10153304 (patch) | |
tree | 8ebd5287b407a8f18ca3ed35c80b8e55b8127493 /win32/pod.mak | |
parent | b6717e144d05264a3d0614dbad53f919e8a59efc (diff) | |
download | perl-de1254415ffeb03ba71a0802be6f212b10153304.tar.gz |
Remove perlcc and the byteloader
p4raw-id: //depot/perl@28790
Diffstat (limited to 'win32/pod.mak')
-rw-r--r-- | win32/pod.mak | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/pod.mak b/win32/pod.mak index 07181de036..8a27402b5d 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -541,9 +541,3 @@ podchecker: podchecker.PL ../lib/Config.pm podselect: podselect.PL ../lib/Config.pm $(PERL) -I ../lib podselect.PL - -compile: all - $(REALPERL) -I../lib ../utils/perlcc pod2latex -o pod2latex.exe -v 10 -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc pod2man -o pod2man.exe -v 10 -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc pod2text -o pod2text.exe -v 10 -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc checkpods -o checkpods.exe -v 10 -log ../compilelog |