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 | |
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')
-rw-r--r-- | win32/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile index c6222ecac3..9278618389 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -613,8 +613,6 @@ UTILS = \ ..\utils\shasum \ ..\utils\instmodsh \ ..\pod\pod2html \ - ..\pod\pod2man \ - ..\pod\pod2text \ ..\x2p\find2perl \ ..\x2p\psed \ ..\x2p\s2p \ @@ -1199,7 +1197,7 @@ distclean: realclean perlriscos.pod perlsolaris.pod perlsymbian.pod perltoc.pod \ perltru64.pod perltw.pod perluniprops.pod perluts.pod \ perlvmesa.pod perlvos.pod perlwin32.pod \ - pod2html pod2man pod2text + pod2html -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \ xsubpp instmodsh prove ptar ptardiff cpanp-run-perl cpanp cpan2dist shasum corelist config_data |