diff options
author | Jan Dubois <jan.dubois@ibm.net> | 1997-09-05 00:00:00 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
commit | c578f5e04970af2516f26d023e8797da5451c90c (patch) | |
tree | 6671edd6f7931dd578ff9f7533785f5488dc3beb /win32/pod.mak | |
parent | 7b06878d43c5a964d402cfaa0512d90d69726501 (diff) | |
download | perl-c578f5e04970af2516f26d023e8797da5451c90c.tar.gz |
pl2bat.bat -> pl2bat.pl change in win32/pod.mak
On Thu, 4 Sep 1997 23:45:42 +0100, you wrote:
>These are the changes I'm considering for _04:
[snip]
>Tim.
Maybe I'm missing something, but I think the following mini-patch (which
I send while everyone was at the conference) is essential for
*installing* on Win32 (with MSC 4.2 on NT4.0). I'm just very suprised
that noboday else seems to encounter this problem. Perhaps everyone is
using the binary distribution?
Maybe Gurusamy could comment if I'm right?
p5p-msgid: 3411ee6f.9143607@smtp-gw01.ny.us.ibm.net
Diffstat (limited to 'win32/pod.mak')
-rw-r--r-- | win32/pod.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/pod.mak b/win32/pod.mak index 538cfa3737..9881ed882d 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -9,7 +9,7 @@ POD2HTML = pod2html \ all: $(CONVERTERS) html PERL = ..\miniperl.exe -PL2BAT = ..\win32\bin\pl2bat.bat +PL2BAT = ..\win32\bin\pl2bat.pl POD = \ perl.pod \ |