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 /vms | |
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 'vms')
-rw-r--r-- | vms/descrip_mms.template | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index afd6cf3192..cef3716f6b 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -359,7 +359,7 @@ LIBPREREQ = $(ARCHDIR)Config.pm $(ARCHDIR)Config_heavy.pl [.lib.VMS]Filespec.pm utils1 = [.utils]perldoc.com [.lib.ExtUtils]Miniperl.pm [.utils]c2ph.com [.utils]h2ph.com utils2 = [.utils]h2xs.com [.utils]libnetcfg.com [.lib]perlbug.com [.utils]json_pp.com -utils3 = [.utils]perlivp.com [.lib]splain.com [.utils]pl2pm.com [.utils]xsubpp.com [.utils]instmodsh.com +utils3 = [.utils]perlivp.com [.lib]splain.com [.utils]pl2pm.com [.utils]xsubpp.com [.utils]pod2html.com [.utils]instmodsh.com utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com [.utils]prove.com [.utils]ptar.com [.utils]ptardiff.com [.utils]shasum.com utils5 = [.utils]corelist.com [.utils]config_data.com [.utils]cpanp.com [.utils]cpan2dist.com [.utils]cpanp-run-perl.com [.utils]ptargrep.com @@ -609,6 +609,9 @@ nonxsext : $(LIBPREREQ) preplibrary $(MINIPERL_EXE) [.utils]xsubpp.com : [.utils]xsubpp.PL $(ARCHDIR)Config.pm nonxsext $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE) +[.utils]pod2html.com : [.utils]pod2html.PL $(ARCHDIR)Config.pm nonxsext + $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE) + # Rename catches problem with some DECC versions in which object file is # placed in current default dir, not same one as source file. [.x2p]$(DBG)a2p$(E) : [.x2p]a2p$(O), [.x2p]hash$(O), [.x2p]str$(O), [.x2p]util$(O), [.x2p]walk$(O) |