From: Jarkko Hietaniemi Date: Mon, 7 Oct 1996 19:03:00 +0000 (+0300) Subject: LC_COLLATE. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78e5db7cf0adb39246e7f17be1b84f550d63daa6;p=p5sagit%2Fp5-mst-13.2.git LC_COLLATE. Big patch to add, document, and test LC_COLLATE support. perli18n.pod (and perlapio.pod, btw) added. --- diff --git a/pod/Makefile b/pod/Makefile index 330dfa6..564a63a 100644 --- a/pod/Makefile +++ b/pod/Makefile @@ -5,6 +5,7 @@ PERL = ../miniperl POD = \ perl.pod \ + perlapio.pod \ perlbook.pod \ perlbot.pod \ perlcall.pod \ @@ -16,6 +17,7 @@ POD = \ perlform.pod \ perlfunc.pod \ perlguts.pod \ + perli18n.pod \ perlipc.pod \ perllol.pod \ perlmod.pod \ @@ -39,6 +41,7 @@ POD = \ MAN = \ perl.man \ + perlapio.man \ perlbook.man \ perlbot.man \ perlcall.man \ @@ -50,6 +53,7 @@ MAN = \ perlform.man \ perlfunc.man \ perlguts.man \ + perli18n.man \ perlipc.man \ perllol.man \ perlmod.man \ @@ -73,6 +77,7 @@ MAN = \ HTML = \ perl.html \ + perlapio.html \ perlbook.html \ perlbot.html \ perlcall.html \ @@ -84,6 +89,7 @@ HTML = \ perlform.html \ perlfunc.html \ perlguts.html \ + perli18n.html \ perlipc.html \ perllol.html \ perlmod.html \ @@ -107,6 +113,7 @@ HTML = \ TEX = \ perl.tex \ + perlapio.tex \ perlbook.tex \ perlbot.tex \ perlcall.tex \ @@ -118,6 +125,7 @@ TEX = \ perlform.tex \ perlfunc.tex \ perlguts.tex \ + perli18n.tex \ perlipc.tex \ perllol.tex \ perlmod.tex \