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