summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-04-25 18:14:23 -0500
committerCraig A. Berry <craigberry@mac.com>2009-04-25 18:14:23 -0500
commit30a06a3af12bb1237a004c2795d506c231bc6ea5 (patch)
tree902c8ac9d2de071a21bd4c3e393a07c197b2dff3
parentd95a2ea538e6c332f36c34ca45b78d6ad93c3a1f (diff)
downloadperl-30a06a3af12bb1237a004c2795d506c231bc6ea5.tar.gz
perltoc.pod depends on perldelta.pod.
-rw-r--r--vms/descrip_mms.template7
1 files changed, 5 insertions, 2 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index f6f1130c77..0e4bde6542 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -436,10 +436,13 @@ pod = $(pod0) $(pod1) $(pod2) $(pod3) $(pod4) $(pod5) $(pod6) $(pod7) $(pod8) $(
[.pod]perldelta.pod : [.pod]perl5100delta.pod
Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET)
-[.pod]perlapi.pod [.pod]perlintern.pod : miniperl embed.fnc autodoc.pl $(MINIPERL_EXE)
+[.pod]perlapi.pod : embed.fnc autodoc.pl $(MINIPERL_EXE)
$(MINIPERL) autodoc.pl
-[.pod]perltoc.pod : [.pod]perlapi.pod [.pod]perlintern.pod extra.pods $(PERL_EXE)
+[.pod]perlintern.pod : embed.fnc autodoc.pl $(MINIPERL_EXE)
+ $(MINIPERL) autodoc.pl
+
+[.pod]perltoc.pod : [.pod]perldelta.pod [.pod]perlapi.pod [.pod]perlintern.pod extra.pods $(PERL_EXE)
@ define/user_mode $(DBG)PERLSHR SYS$DISK:[]$(DBG)perlshr$(E)
$(PERL) [.pod]buildtoc "-q" "--build-toc"