diff options
author | Alex Vandiver <alexmv@mit.edu> | 2008-10-29 00:22:45 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-12-25 19:42:42 +0100 |
commit | 94442a1e2340da119f9f259694bde40ead3803a8 (patch) | |
tree | 40cb4652dbb795880495618f9f69b4d1b4a187e0 /win32/makefile.mk | |
parent | f4084e3915fd9d0f0ed59d0dddeb6888f64af93e (diff) | |
download | perl-94442a1e2340da119f9f259694bde40ead3803a8.tar.gz |
Remove all mention of checkpods
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 326bef39e4..abf0f9e053 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -758,7 +758,6 @@ UTILS = \ ..\utils\cpan2dist \ ..\utils\shasum \ ..\utils\instmodsh \ - ..\pod\checkpods \ ..\pod\pod2html \ ..\pod\pod2latex \ ..\pod\pod2man \ @@ -1535,7 +1534,7 @@ distclean: realclean perltw.pod perluts.pod perlvmesa.pod perlvms.pod perlvms.pod \ perlvos.pod perlwin32.pod \ pod2html pod2latex pod2man pod2text pod2usage \ - podchecker podselect + podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \ xsubpp instmodsh prove ptar ptardiff cpanp-run-perl cpanp cpan2dist shasum corelist config_data |