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 /pod/Makefile.SH | |
parent | f4084e3915fd9d0f0ed59d0dddeb6888f64af93e (diff) | |
download | perl-94442a1e2340da119f9f259694bde40ead3803a8.tar.gz |
Remove all mention of checkpods
Diffstat (limited to 'pod/Makefile.SH')
-rw-r--r-- | pod/Makefile.SH | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pod/Makefile.SH b/pod/Makefile.SH index f1438b97fb..0dd799b108 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -54,7 +54,7 @@ LDLIBPTH = $ldlibpth ## In the following dollars and backticks do not need the extra backslash. $spitshell >>Makefile <<'!NO!SUBS!' -CONVERTERS = pod2html pod2latex pod2man pod2text checkpods \ +CONVERTERS = pod2html pod2latex pod2man pod2text \ pod2usage podchecker podselect HTMLROOT = / # Change this to fix cross-references in HTML @@ -142,9 +142,6 @@ pod2man: pod2man.PL ../lib/Config.pm pod2text: pod2text.PL ../lib/Config.pm $(LDLIBPTH) $(PERL) -I ../lib pod2text.PL -checkpods: checkpods.PL ../lib/Config.pm - $(LDLIBPTH) $(PERL) -I ../lib checkpods.PL - pod2usage: pod2usage.PL ../lib/Config.pm $(PERL) -I ../lib pod2usage.PL |