diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-09 15:11:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-09 15:11:13 +0000 |
commit | dc5c060f96a5de06c9e1797503c70e8155e23e3e (patch) | |
tree | 1911ed2aa44096e17514f398c3e4de725a551b8f /win32 | |
parent | 0f5a2e590c3bb0e4ece26f74eeb3121063d229ad (diff) | |
download | perl-dc5c060f96a5de06c9e1797503c70e8155e23e3e.tar.gz |
Rename README.posix-bc to README.bs2000 to avoid confusion
when people think that perlposix-bc.pod tells anything about
Perl and POSIX. Regen toc.
p4raw-id: //depot/perl@8730
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 3 | ||||
-rw-r--r-- | win32/makefile.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index abd3b14163..49edc1ba42 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1028,7 +1028,8 @@ utils: $(PERLEXE) $(X2P) copy ..\README.machten .\perlmachten.pod copy ..\README.os2 .\perlos2.pod copy ..\README.os390 .\perlos390.pod - copy ..\README.posix .\perlposix.pod + copy ..\README.vmesa .\perlvmesa.pod + copy ..\README.bs2000 .\perlbs2000.pod copy ..\README.solaris .\perlsolaris.pod copy ..\vms\perlvms.pod .\perlvms.pod copy ..\README.vos .\perlvos.pod diff --git a/win32/makefile.mk b/win32/makefile.mk index 9b1e3e7cf8..5a4a7385ac 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1251,7 +1251,8 @@ utils: $(PERLEXE) $(X2P) copy ..\README.machten ..\pod\perlmachten.pod copy ..\README.os2 ..\pod\perlos2.pod copy ..\README.os390 ..\pod\perlos390.pod - copy ..\README.posix-bc ..\pod\perlposix-bc.pod + copy ..\README.vmesa ..\pod\perlvmesa.pod + copy ..\README.bs2000 ..\pod\perlbs2000.pod copy ..\README.solaris ..\pod\perlsolaris.pod copy ..\vms\perlvms.pod ..\pod\perlvms.pod copy ..\README.vos ..\pod\perlvos.pod |