diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-18 12:19:57 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-04-22 22:07:26 +0100 |
commit | 756f058fb8fe0d081bc912a3edeebcc1765d35eb (patch) | |
tree | f072765f0b5ffe836ff9763a0663d19b71819f8a /vms | |
parent | a3539257f23d5ebacb97533c02a51fb29d790f13 (diff) | |
download | perl-756f058fb8fe0d081bc912a3edeebcc1765d35eb.tar.gz |
Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.
(cherry-picked from commit 344af494c35a9f0f50dab51474b2e7cd806f1b08)
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index f5dc378e8a..63a3f41c7c 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -428,6 +428,9 @@ 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) autodoc.pl + perlpods : $(pod) @ $(NOOP) @@ -1856,6 +1859,8 @@ clean : tidy cleantest cleanup_unpacked_files - If F$Search("[.vms.ext...]*$(O)").nes."" Then Delete/NoConfirm/Log [.vms.ext...]*$(O);* - If F$Search("[.pod]*.com").nes."" Then Delete/NoConfirm/Log [.pod]*.com;* - If F$Search("[.pod]perldelta.pod").nes."" Then Delete/NoConfirm/Log [.pod]perldelta.pod;* + - If F$Search("[.pod]perlintern.pod").nes."" Then Delete/NoConfirm/Log [.pod]perlintern.pod;* + - If F$Search("[.pod]perlapi.pod").nes."" Then Delete/NoConfirm/Log [.pod]perlapi.pod;* - @extra_pods CLEAN - If F$Search("unpushed.h").nes."" Then Delete/NoConfirm/Log unpushed.h;* - If F$Search("[.lib]Config_git.pl").nes."" Then Delete/NoConfirm/Log [.lib]Config_git.pl;* |