diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-20 10:01:15 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-20 10:01:15 +0100 |
commit | dd0cfdaa8f18412a5bea90a5dd33b46569dea1c5 (patch) | |
tree | 62b067154c5adb62e964decbd92b02d764a8f5d2 /win32/pod.mak | |
parent | 25436194551320561e53f61871c5d62bdea311ab (diff) | |
download | perl-dd0cfdaa8f18412a5bea90a5dd33b46569dea1c5.tar.gz |
Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators.
Diffstat (limited to 'win32/pod.mak')
-rw-r--r-- | win32/pod.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/pod.mak b/win32/pod.mak index 011623cc73..835b7116aa 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -133,6 +133,7 @@ POD = \ perlunitut.pod \ perlutil.pod \ perlvar.pod \ + perlvms.pod \ perlxs.pod \ perlxstut.pod @@ -255,6 +256,7 @@ MAN = \ perlunitut.man \ perlutil.man \ perlvar.man \ + perlvms.man \ perlxs.man \ perlxstut.man @@ -376,6 +378,7 @@ HTML = \ perlunitut.html \ perlutil.html \ perlvar.html \ + perlvms.html \ perlxs.html \ perlxstut.html # not perltoc.html @@ -499,6 +502,7 @@ TEX = \ perlunitut.tex \ perlutil.tex \ perlvar.tex \ + perlvms.tex \ perlxs.tex \ perlxstut.tex |