diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-06-13 13:53:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-06-13 14:08:11 +0100 |
commit | 1e2f36ef3d3f4de76635fcfba782b45ccf3fc578 (patch) | |
tree | a908f78a219bd2459d5ae8bd6b283cd1be5a3ae4 /pod/Makefile.SH | |
parent | f475b4a222a89913b6128bc61be0f462b60e79a3 (diff) | |
download | perl-1e2f36ef3d3f4de76635fcfba782b45ccf3fc578.tar.gz |
Eliminate the regen_pods target from pod/Makefile, and references to it.
Diffstat (limited to 'pod/Makefile.SH')
-rw-r--r-- | pod/Makefile.SH | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/Makefile.SH b/pod/Makefile.SH index 0dd799b108..1d53de7f9d 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -71,10 +71,6 @@ all: $(CONVERTERS) man converters: $(CONVERTERS) -regen_pods: perlmodlib.pod toc - -perltoc.pod: buildtoc - man: pod2man $(MAN) html: pod2html $(HTML) @@ -151,8 +147,4 @@ podchecker: podchecker.PL ../lib/Config.pm podselect: podselect.PL ../lib/Config.pm $(PERL) -I ../lib podselect.PL -perlmodlib.pod: $(PERL) perlmodlib.PL ../MANIFEST - rm -f perlmodlib.pod - $(PERL) -I ../lib perlmodlib.PL - !NO!SUBS! |