summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-08-25 17:50:26 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-08-27 12:46:15 +0200
commitd658129cc035fd425485ba091d6100c10b32259a (patch)
tree932670384763680379feb7fb7762a82eab9e50f1 /win32
parentd42858b2260168e53e8801235314a23dcb49dee0 (diff)
downloadperl-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')
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 8f7905f14f..5fd2f9812e 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -588,6 +588,7 @@ UTILS = \
..\utils\shasum \
..\utils\instmodsh \
..\utils\json_pp \
+ ..\utils\pod2html \
..\x2p\find2perl \
..\x2p\psed \
..\x2p\s2p \
@@ -1178,7 +1179,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
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