diff options
author | Nicolas R <atoomic@cpan.org> | 2019-12-20 21:29:34 -0700 |
---|---|---|
committer | Nicolas R <atoomic@cpan.org> | 2019-12-20 21:29:34 -0700 |
commit | 9629ca9825880b772c8f5cddce293179b3e0d777 (patch) | |
tree | 2a168e9a7f5e72cce82123d813de7bcbadd16222 /win32/GNUmakefile | |
parent | 6840bbf495a31c12e188e97c979f715ca0b32207 (diff) | |
download | perl-9629ca9825880b772c8f5cddce293179b3e0d777.tar.gz |
new perldelta for 5.31.8
Diffstat (limited to 'win32/GNUmakefile')
-rw-r--r-- | win32/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 7ea3f36f3c..717419d0f9 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -1745,7 +1745,7 @@ utils: $(HAVEMINIPERL) ..\utils\Makefile copy ..\README.tw ..\pod\perltw.pod copy ..\README.vos ..\pod\perlvos.pod copy ..\README.win32 ..\pod\perlwin32.pod - copy ..\pod\perldelta.pod ..\pod\perl5317delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5318delta.pod $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1843,7 +1843,7 @@ distclean: realclean -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS -cd $(PODDIR) && del /f *.html *.bat roffitall \ - perl5317delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5318delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ perlapi.pod perlbs2000.pod perlcn.pod perlcygwin.pod \ perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \ perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \ |