diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-12 10:56:37 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-12 10:56:37 +0100 |
commit | cee202b7bebc105308f54a045a45bd424f971fde (patch) | |
tree | 8db7a3b75f7e3291269cbfe4f732275d9d2092e0 /win32/pod.mak | |
parent | 718f7b5acf0cecec8f4d4ff2a7f3943219fe44f4 (diff) | |
download | perl-cee202b7bebc105308f54a045a45bd424f971fde.tar.gz |
Eliminate "Old Perl threads tutorial", which describes 5005 threads.
pod/perlthrtut.pod is the same material reworked for ithreads.
Diffstat (limited to 'win32/pod.mak')
-rw-r--r-- | win32/pod.mak | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/pod.mak b/win32/pod.mak index 6f709f0370..011623cc73 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -98,7 +98,6 @@ POD = \ perlobj.pod \ perlop.pod \ perlopentut.pod \ - perlothrtut.pod \ perlpacktut.pod \ perlperf.pod \ perlpod.pod \ @@ -221,7 +220,6 @@ MAN = \ perlobj.man \ perlop.man \ perlopentut.man \ - perlothrtut.man \ perlpacktut.man \ perlperf.man \ perlpod.man \ @@ -344,7 +342,6 @@ HTML = \ perlobj.html \ perlop.html \ perlopentut.html \ - perlothrtut.html \ perlpacktut.html \ perlperf.html \ perlpod.html \ @@ -467,7 +464,6 @@ TEX = \ perlobj.tex \ perlop.tex \ perlopentut.tex \ - perlothrtut.tex \ perlpacktut.tex \ perlperf.tex \ perlpod.tex \ |