diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 14:19:08 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 14:19:08 +0100 |
commit | 33c64ab22a4a0f496017dca0dbf7da214054ffdd (patch) | |
tree | 416dceffd9c527d969e002834be48111b8993aeb /win32/Makefile.ce | |
parent | bab7aada2e9c0074c39ee39ffeb3b8e6c550b204 (diff) | |
download | perl-33c64ab22a4a0f496017dca0dbf7da214054ffdd.tar.gz |
Move pod2html.PL into ext/Pod-Html
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 d36764ea80..1a5df3d21a 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -667,8 +667,6 @@ ERRNO_PM = $(LIBDIR)\Errno.pm EXTENSION_PM = \ $(ERRNO_PM) -POD2HTML = $(PODDIR)\pod2html - CFG_VARS = \ "INST_DRV=$(INST_DRV)" \ "INST_TOP=$(INST_TOP)" \ |