diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-11 11:00:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-11 11:00:56 +0000 |
commit | c4d0c168e9ee1ba4c9420b22f8e7126c631756a0 (patch) | |
tree | f071deca0bc0ec7fe29f5c1b1127046bd65abbbd /win32/pod.mak | |
parent | 00fdd80d96a7c61ee9d4b02db269b54430a119de (diff) | |
download | perl-c4d0c168e9ee1ba4c9420b22f8e7126c631756a0.tar.gz |
update win32/pod.mak
p4raw-id: //depot/perl@2869
Diffstat (limited to 'win32/pod.mak')
-rw-r--r-- | win32/pod.mak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/win32/pod.mak b/win32/pod.mak index e16cf8e80a..7476c33748 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -22,6 +22,7 @@ POD = \ perlre.pod \ perlrun.pod \ perlfunc.pod \ + perlopentut.pod \ perlvar.pod \ perlsub.pod \ perlmod.pod \ @@ -38,6 +39,7 @@ POD = \ perltie.pod \ perlbot.pod \ perlipc.pod \ + perlthrtut.pod \ perldebug.pod \ perldiag.pod \ perlsec.pod \ @@ -74,6 +76,7 @@ MAN = \ perlre.man \ perlrun.man \ perlfunc.man \ + perlopentut.man \ perlvar.man \ perlsub.man \ perlmod.man \ @@ -82,6 +85,7 @@ MAN = \ perlform.man \ perllocale.man \ perlref.man \ + perlreftut.man \ perldsc.man \ perllol.man \ perltoot.man \ @@ -89,6 +93,7 @@ MAN = \ perltie.man \ perlbot.man \ perlipc.man \ + perlthrtut.man \ perldebug.man \ perldiag.man \ perlsec.man \ @@ -125,6 +130,7 @@ HTML = \ perlre.html \ perlrun.html \ perlfunc.html \ + perlopentut.html \ perlvar.html \ perlsub.html \ perlmod.html \ @@ -133,6 +139,7 @@ HTML = \ perlform.html \ perllocale.html \ perlref.html \ + perlreftut.html \ perldsc.html \ perllol.html \ perltoot.html \ @@ -140,6 +147,7 @@ HTML = \ perltie.html \ perlbot.html \ perlipc.html \ + perlthrtut.html \ perldebug.html \ perldiag.html \ perlsec.html \ @@ -176,6 +184,7 @@ TEX = \ perlre.tex \ perlrun.tex \ perlfunc.tex \ + perlopentut.tex \ perlvar.tex \ perlsub.tex \ perlmod.tex \ @@ -184,6 +193,7 @@ TEX = \ perlform.tex \ perllocale.tex \ perlref.tex \ + perlreftut.tex \ perldsc.tex \ perllol.tex \ perltoot.tex \ @@ -191,6 +201,7 @@ TEX = \ perltie.tex \ perlbot.tex \ perlipc.tex \ + perlthrtut.tex \ perldebug.tex \ perldiag.tex \ perlsec.tex \ |