This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid VMS running autodoc.pl twice for no reason.
authorNicholas Clark <nick@ccl4.org>
Sun, 8 Apr 2012 17:56:47 +0000 (19:56 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 23 May 2013 12:32:40 +0000 (14:32 +0200)
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

index af27c3c..bb5b00c 100644 (file)
@@ -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