From a1f1922924432f602e1405786aa5e95c079076b1 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 2 Aug 2001 13:51:41 +0000 Subject: [PATCH] Add PerlCE to the docs. p4raw-id: //depot/perl@11550 --- MANIFEST | 3 +- pod/buildtoc.PL | 1 + pod/perl.pod | 1 + pod/perlport.pod | 2 +- pod/perltoc.pod | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++- win32/Makefile | 3 +- win32/makefile.mk | 3 +- 7 files changed, 117 insertions(+), 6 deletions(-) diff --git a/MANIFEST b/MANIFEST index 95ad978..8f46b10 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,3 @@ - apollo/netinet/in.h Apollo DomainOS port: C header file frontend Artistic The "Artistic License" AUTHORS Contact info for contributors @@ -1816,7 +1815,7 @@ README.amiga Notes about AmigaOS port README.apollo Notes about Apollo DomainOS port README.beos Notes about BeOS port README.bs2000 Notes about BS2000 POSIX port -README.ce Notes about WinCE port +README.ce Notes about WinCE port README.cygwin Notes about Cygwin port README.dgux Notes about DG/UX port README.dos Notes about DOS/DJGPP port diff --git a/pod/buildtoc.PL b/pod/buildtoc.PL index 8bec944..2550851 100644 --- a/pod/buildtoc.PL +++ b/pod/buildtoc.PL @@ -65,6 +65,7 @@ if (-d "pod") { perlamiga perlbeos perlbs2000 + perlce perlcygwin perldgux perldos diff --git a/pod/perl.pod b/pod/perl.pod index 634a38b..5274afc 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -114,6 +114,7 @@ For ease of access, the Perl manual has been split up into several sections: perlapollo Perl notes for Apollo DomainOS perlbeos Perl notes for BeOS perlbs2000 Perl notes for POSIX-BC BS2000 + perlce Perl notes for WinCE perlcygwin Perl notes for Cygwin perldgux Perl notes for DG/UX perldos Perl notes for DOS diff --git a/pod/perlport.pod b/pod/perlport.pod index b67898f..7a7fd49 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -2037,7 +2037,7 @@ http://www.perl.com/CPAN/ports/index.html for binary distributions. =head1 SEE ALSO L, L, L, L, L, -L, L, L, L, L, +L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, diff --git a/pod/perltoc.pod b/pod/perltoc.pod index d0b14af..2c00af4 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -5864,6 +5864,28 @@ R4 x86, R4 PPC =back +=over 4 + +=item Name + +=item Description + +=item Build + +=over 4 + +=item Tools & SDK + +=item Make + +=back + +=item Acknowledgements + +=item Author + +=back + =head2 perlcygwin, README.cygwin - Perl for Cygwin =over 4 @@ -5981,6 +6003,50 @@ Source, Compiled Module Source, Perl Modules/Scripts =back +=head2 perldos - Perl under DOS, W31, W95. + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=over 4 + +=item Prerequisites for Compiling Perl on DOS + +DJGPP, Pthreads + +=item Shortcomings of Perl under DOS + +=item Building Perl on DOS + +=item Testing Perl on DOS + +=item Installation of Perl on DOS + +=back + +=item BUILDING AND INSTALLING MODULES ON DOS + +=over 4 + +=item Building Prerequisites for Perl on DOS + +=item Unpacking CPAN Modules on DOS + +=item Building Non-XS Modules on DOS + +=item Building XS Modules on DOS + +=back + +=item AUTHOR + +=item SEE ALSO + +=back + =head2 perlepoc, README.epoc - Perl for EPOC =over 4 @@ -6851,6 +6917,48 @@ LIST, waitpid PID,FLAGS =back +=head2 perlwin32 - Perl under Win32 + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=over 4 + +=item Setting Up Perl on Win32 + +Make, Command Shell, Borland C++, Microsoft Visual C++, Mingw32 with GCC + +=item Building + +=item Testing Perl on Win32 + +=item Installation of Perl on Win32 + +=item Usage Hints for Perl on Win32 + +Environment Variables, File Globbing, Using perl from the command line, +Building Extensions, Command-line Wildcard Expansion, Win32 Specific +Extensions, Running Perl Scripts, Miscellaneous Things + +=back + +=item BUGS AND CAVEATS + +=item AUTHORS + +Gary Ng E71564.1743@CompuServe.COME, Gurusamy Sarathy +Egsar@activestate.comE, Nick Ing-Simmons +Enick@ing-simmons.netE + +=item SEE ALSO + +=item HISTORY + +=back + =head1 PRAGMA DOCUMENTATION =head2 attrs - set/get attributes of a subroutine (deprecated) @@ -8799,7 +8907,7 @@ C, C =item e C, C, C, C, C, C, -C, C, C +C, C, C, C =item f diff --git a/win32/Makefile b/win32/Makefile index 12e83bf..f43c9ce 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -943,6 +943,7 @@ utils: $(PERLEXE) $(X2P) copy ..\README.apollo .\perlapollo.pod copy ..\README.beos .\perlbeos.pod copy ..\README.bs2000 .\perlbs2000.pod + copy ..\README.ce .\perlce.pod copy ..\README.cygwin .\perlcygwin.pod copy ..\README.dgux .\perldgux.pod copy ..\README.dos .\perldos.pod @@ -1021,7 +1022,7 @@ distclean: clean cd $(PODDIR) -del /f *.html *.bat checkpods \ perlaix.pod perlamiga.pod perlapollo.pod perlbeos.pod \ - perlbs2000.pod perlcygwin.pod perldgux.pod \ + perlbs2000.pod perlce.pod perlcygwin.pod perldgux.pod \ perldos.pod perlepoc.pod perlhurd.pod \ perlhpux.pod perlmachten.pod \ perlmacos.pod perlmint.pod perlmpeix.pod perlnetware.pod \ diff --git a/win32/makefile.mk b/win32/makefile.mk index 0aa4835..bdab954 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1095,6 +1095,7 @@ utils: $(PERLEXE) $(X2P) copy ..\README.apollo ..\pod\perlapollo.pod copy ..\README.beos ..\pod\perlbeos.pod copy ..\README.bs2000 ..\pod\perlbs2000.pod + copy ..\README.ce ..\pod\perlce.pod copy ..\README.cygwin ..\pod\perlcygwin.pod copy ..\README.dgux ..\pod\perldgux.pod copy ..\README.dos ..\pod\perldos.pod @@ -1157,7 +1158,7 @@ distclean: clean -if exist $(LIBDIR)\Scalar rmdir /s /q $(LIBDIR)\Scalar || rmdir /s $(LIBDIR)\Scalar -cd $(PODDIR) && del /f *.html *.bat checkpods \ perlaix.pod perlamiga.pod perlapollo.pod \ - perlbeos.pod perlbs2000.pod perlcygwin.pod perldgux.pod \ + perlbeos.pod perlbs2000.pod perlce.pod perlcygwin.pod perldgux.pod \ perldos.pod perlepoc.pod perlhpux.pod perlhurd.pod \ perlmachten.pod perlmint.pod \ perlmacos.pod perlmpeix.pod perlnetware.pod \ -- 2.7.4