diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 11:07:14 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:48:51 +0100 |
commit | bab7aada2e9c0074c39ee39ffeb3b8e6c550b204 (patch) | |
tree | 3d9a82464e8ba8051eb574920c31a8e489de6ee8 /win32/Makefile.ce | |
parent | cde5101a7be11e27127dc4c214d749bb2cc993e6 (diff) | |
download | perl-bab7aada2e9c0074c39ee39ffeb3b8e6c550b204.tar.gz |
Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/scripts
Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than
repeating the logic in (at least) 5 places.
Diffstat (limited to 'win32/Makefile.ce')
-rw-r--r-- | win32/Makefile.ce | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/Makefile.ce b/win32/Makefile.ce index f7839830fc..d36764ea80 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -668,8 +668,6 @@ EXTENSION_PM = \ $(ERRNO_PM) POD2HTML = $(PODDIR)\pod2html -POD2MAN = $(PODDIR)\pod2man -POD2TEXT = $(PODDIR)\pod2text CFG_VARS = \ "INST_DRV=$(INST_DRV)" \ |