diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-08-25 17:50:26 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-08-27 12:46:15 +0200 |
commit | d658129cc035fd425485ba091d6100c10b32259a (patch) | |
tree | 932670384763680379feb7fb7762a82eab9e50f1 /win32/makefile.mk | |
parent | d42858b2260168e53e8801235314a23dcb49dee0 (diff) | |
download | perl-d658129cc035fd425485ba091d6100c10b32259a.tar.gz |
Make pod2html a regular script without substitutions
This will make the CPAN dist easier. For the perl core, we still need
substitutions to get the right she-bang as we don't go through EU::MM to fix it
for us. For that, we add utils/pod2html.PL.
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 2d814ec2ad..945ca9edef 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -748,6 +748,7 @@ UTILS = \ ..\utils\corelist \ ..\utils\cpan \ ..\utils\xsubpp \ + ..\utils\pod2html \ ..\utils\prove \ ..\utils\ptar \ ..\utils\ptardiff \ @@ -1548,7 +1549,7 @@ distclean: realclean perlvos.pod perlwin32.pod -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp libnetcfg enc2xs piconv cpan *.bat \ - xsubpp instmodsh json_pp prove ptar ptardiff ptargrep cpanp-run-perl cpanp cpan2dist shasum corelist config_data + xsubpp pod2html instmodsh json_pp prove ptar ptardiff ptargrep cpanp-run-perl cpanp cpan2dist shasum corelist config_data -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh perlmain.c dlutils.c config.h.new \ perlmainst.c |