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/makefile.mk | |
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/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |