pl2bat.bat -> pl2bat.pl change in win32/pod.mak
Jan Dubois [Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)]
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

win32/pod.mak

index 538cfa3..9881ed8 100644 (file)
@@ -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        \