diff options
author | Edgar Bering <trizor@gmail.com> | 2007-07-04 13:51:53 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 07:46:58 +0000 |
commit | cbd87e7ef183ffa0dd4ce9a35b2df1221f037667 (patch) | |
tree | a30c805368689bd60f4421e2d1435adf28bbd773 /win32 | |
parent | 91ddf7c816541efda0bf1c2ffd269dcb0b767cd0 (diff) | |
download | perl-cbd87e7ef183ffa0dd4ce9a35b2df1221f037667.tar.gz |
Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome)
From: "Edgar Bering" <trizor@gmail.com>
Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>
p4raw-id: //depot/perl@31551
Diffstat (limited to 'win32')
-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 3bcc27711c..e48d4e9160 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -48,6 +48,7 @@ POD = \ perlcall.pod \ perlcheat.pod \ perlclib.pod \ + perlcommunity.pod \ perlcompile.pod \ perldata.pod \ perldbmfilter.pod \ @@ -166,6 +167,7 @@ MAN = \ perlcall.man \ perlcheat.man \ perlclib.man \ + perlcommunity.man \ perlcompile.man \ perldata.man \ perldbmfilter.man \ @@ -284,6 +286,7 @@ HTML = \ perlcall.html \ perlcheat.html \ perlclib.html \ + perlcommunity.html \ perlcompile.html \ perldata.html \ perldbmfilter.html \ @@ -402,6 +405,7 @@ TEX = \ perlcall.tex \ perlcheat.tex \ perlclib.tex \ + perlcommunity.tex \ perlcompile.tex \ perldata.tex \ perldbmfilter.tex \ |