In perl.git, the branch smoke-me/vms-autodoc-once has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6c160ec24a6c858a5a9a5ded5b25cb0dd49b2806?hp=bd9cbc460bc6144f7e4cfc82772b389efe6331e3>

- Log -----------------------------------------------------------------
commit 6c160ec24a6c858a5a9a5ded5b25cb0dd49b2806
Author: Nicholas Clark <n...@ccl4.org>
Date:   Sun Apr 8 19:56:47 2012 +0200

    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.
-----------------------------------------------------------------------

Summary of changes:
 vms/descrip_mms.template |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 7f0427b..e8aa909 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -350,12 +350,12 @@ PERLDELTA_CURRENT = [.pod]perl51510delta.pod
 $(PERLDELTA_CURRENT) : [.pod]perldelta.pod
        Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET)
 
-[.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
 

--
Perl5 Master Repository

Reply via email to