From: Steve Hay Date: Mon, 20 Apr 2009 11:45:29 +0000 (+0100) Subject: Fix calling of autodoc.pl in Win32 nmake Makefile X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08115d9c481d157adc084512230d35dc4c0407c5;p=p5sagit%2Fp5-mst-13.2.git Fix calling of autodoc.pl in Win32 nmake Makefile Change cd09325492c136b431317b9dee7455475831ae5b broke the nmake Makefile. Presumably Max uses the dmake makefile.mk ;-) --- diff --git a/win32/Makefile b/win32/Makefile index ba1ebfe..18b0c2c 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1136,7 +1136,7 @@ utils: $(PERLEXE) $(X2P) $(PERLEXE) lib_pm.PL cd ..\win32 $(PERLEXE) $(PL2BAT) $(UTILS) - $(PERLEXE) autodoc.pl .. + $(PERLEXE) ..\autodoc.pl .. # Note that the pod cleanup in this next section is parsed (and regenerated # by pod/buildtoc so please check that script before making changes here