diff options
author | Max Maischein <corion@corion.net> | 2019-09-20 23:59:28 +0200 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2019-09-20 23:59:58 +0200 |
commit | 74c14c97b42a9e8fc0a872f65af787755ee009fe (patch) | |
tree | 51e552c8090a1d83585ddf4e7bce73ab5d97a3b8 /win32/GNUmakefile | |
parent | 2d2b4f8f613846dcd1124d970233d5c75d2b428a (diff) | |
download | perl-74c14c97b42a9e8fc0a872f65af787755ee009fe.tar.gz |
new perldelta for 5.31.4
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 bad4db8107..653e75db3e 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -1761,7 +1761,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\perl5314delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5315delta.pod $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1859,7 +1859,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 \ - perl5314delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5315delta.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 \ |