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/pod.mak | |
parent | f4084e3915fd9d0f0ed59d0dddeb6888f64af93e (diff) | |
download | perl-94442a1e2340da119f9f259694bde40ead3803a8.tar.gz |
Remove all mention of checkpods
Diffstat (limited to 'win32/pod.mak')
-rw-r--r-- | win32/pod.mak | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/win32/pod.mak b/win32/pod.mak index b220c8b957..6f709f0370 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -1,4 +1,4 @@ -CONVERTERS = pod2html pod2latex pod2man pod2text checkpods \ +CONVERTERS = pod2html pod2latex pod2man pod2text \ pod2usage podchecker podselect HTMLROOT = / # Change this to fix cross-references in HTML @@ -570,9 +570,6 @@ pod2man: pod2man.PL ../lib/Config.pm pod2text: pod2text.PL ../lib/Config.pm $(PERL) -I ../lib pod2text.PL -checkpods: checkpods.PL ../lib/Config.pm - $(PERL) -I ../lib checkpods.PL - pod2usage: pod2usage.PL ../lib/Config.pm $(PERL) -I ../lib pod2usage.PL |