From 54df26840e3160c0c7c5a1ff3ce6b5a445f33b3e Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 8 Apr 2012 19:56:47 +0200 Subject: [PATCH] Avoid VMS running autodoc.pl twice for no reason. Previous descrip_mms.template carried separate rules to build perlintern.pod and perlapi.pod, each of which caused autodoc.pl to run. autdoc.pl builds both files when it runs, so this was duplicate work. --- vms/descrip_mms.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index af27c3c..bb5b00c 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -322,12 +322,12 @@ PERLDELTA_CURRENT = [.pod]perl5191delta.pod $(PERLDELTA_CURRENT) : [.pod]perldelta.pod Copy/NoConfirm/Log $(MMS$SOURCE) $(PERLDELTA_CURRENT) -[.pod]perlapi.pod : embed.fnc autodoc.pl $(MINIPERL_EXE) - $(MINIPERL) autodoc.pl - [.pod]perlmodlib.pod : [.pod]perlmodlib.pl MANIFEST $(MINIPERL_EXE) $(MINIPERL) [.pod]perlmodlib.pl "-q" +[.pod]perlapi.pod : [.pod]perlintern.pod + @ $(NOOP) + [.pod]perlintern.pod : embed.fnc autodoc.pl $(MINIPERL_EXE) $(MINIPERL) autodoc.pl -- 2.7.4