Change 20664 by [EMAIL PROTECTED] on 2003/08/12 19:57:53
Do some updates also on pod.mak -- which seems to
be badly out of date.
Affected files ...
... //depot/perl/win32/pod.mak#13 edit
Differences ...
==== //depot/perl/win32/pod.mak#13 (text) ====
Index: perl/win32/pod.mak
--- perl/win32/pod.mak#12~8955~ Mon Feb 26 21:59:50 2001
+++ perl/win32/pod.mak Tue Aug 12 12:57:53 2003
@@ -23,6 +23,9 @@
perlsyn.pod \
perlop.pod \
perlre.pod \
+ perlreref.pod \
+ perlretut.pod \
+ perlrequick.pod \
perlrun.pod \
perlfunc.pod \
perlopentut.pod \
@@ -33,6 +36,8 @@
perlmodinstall.pod \
perlform.pod \
perllocale.pod \
+ perlunicode.pod \
+ perluniintro.pod \
perlref.pod \
perlreftut.pod \
perldsc.pod \
@@ -47,6 +52,7 @@
perldiag.pod \
perlsec.pod \
perltrap.pod \
+ perlcheat.pod \
perlport.pod \
perlstyle.pod \
perlpod.pod \
@@ -81,6 +87,9 @@
perlsyn.man \
perlop.man \
perlre.man \
+ perlreref.man \
+ perlretut.man \
+ perlrequick.man \
perlrun.man \
perlfunc.man \
perlopentut.man \
@@ -91,6 +100,8 @@
perlmodinstall.man \
perlform.man \
perllocale.man \
+ perlunicode.man \
+ perluniintro.man \
perlref.man \
perlreftut.man \
perldsc.man \
@@ -105,6 +116,7 @@
perldiag.man \
perlsec.man \
perltrap.man \
+ perlcheat.man \
perlport.man \
perlstyle.man \
perlpod.man \
@@ -139,6 +151,9 @@
perlsyn.html \
perlop.html \
perlre.html \
+ perlreref.html \
+ perlretut.html \
+ perlrequick.html \
perlrun.html \
perlfunc.html \
perlopentut.html \
@@ -149,6 +164,8 @@
perlmodinstall.html \
perlform.html \
perllocale.html \
+ perlunicode.html \
+ perluniintro.html \
perlref.html \
perlreftut.html \
perldsc.html \
@@ -163,6 +180,7 @@
perldiag.html \
perlsec.html \
perltrap.html \
+ perlcheat.html \
perlport.html \
perlstyle.html \
perlpod.html \
@@ -197,6 +215,9 @@
perlsyn.tex \
perlop.tex \
perlre.tex \
+ perlreref.tex \
+ perlretut.tex \
+ perlrequick.tex \
perlrun.tex \
perlfunc.tex \
perlopentut.tex \
@@ -207,6 +228,8 @@
perlmodinstall.tex \
perlform.tex \
perllocale.tex \
+ perlunicode.tex \
+ perluniintro.tex \
perlref.tex \
perlreftut.tex \
perldsc.tex \
@@ -221,6 +244,7 @@
perldiag.tex \
perlsec.tex \
perltrap.tex \
+ perlcheat.tex \
perlport.tex \
perlstyle.tex \
perlpod.tex \
End of Patch.