[Po4a-commits] po4a Build.PL,1.16,1.17 html-build-upload.sh,1.11,1.12
Jordi Vilalta
po4a-devel@lists.alioth.debian.org
Sun, 13 Feb 2005 23:06:47 +0000
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv2607
Modified Files:
Build.PL html-build-upload.sh
Log Message:
Converting the modules documentation from iso8859-1 to utf-8
Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Build.PL 5 Feb 2005 00:00:21 -0000 1.16
+++ Build.PL 13 Feb 2005 23:06:44 -0000 1.17
@@ -90,7 +90,7 @@
unless ($self->up_to_date(\@files, "po/pod/po4a-pod.pot")) {
my $podfiles = join ("", map {" -m ../../".$_ } @files);
print "XX Update documentation pot files: ";
- system("cd po/pod; PERL5LIB=../../lib perl ../../po4a-updatepo -f pod $podfiles -M iso8859-1 -p po4a-pod.pot")
+ system("cd po/pod; PERL5LIB=../../lib perl ../../po4a-updatepo -f pod $podfiles -M utf-8 -p po4a-pod.pot")
&& die;
my ($atime, $mtime) = (time,time);
utime $atime, $mtime, "po/pod/po4a-pod.pot";
@@ -133,7 +133,7 @@
$self->depends_on('manpo');
use Pod::Man;
- my $options = "-v -f pod -M iso8859-1 -L iso8859-1";
+ my $options = "-v -f pod -M utf-8 -L iso8859-1";
#get the languages
my @langs = @{$self->rscan_dir('po/pod',qr{\.po$})};
Index: html-build-upload.sh
===================================================================
RCS file: /cvsroot/po4a/po4a/html-build-upload.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- html-build-upload.sh 6 Nov 2004 16:02:52 -0000 1.11
+++ html-build-upload.sh 13 Feb 2005 23:06:44 -0000 1.12
@@ -34,7 +34,7 @@
FILES="doc/po4a.7.pod po4a po4a-gettextize po4a-normalize po4a-updatepo po4a-translate"
-PO4A_OPTS="-k 0 -v -f pod -M iso8859-1 -L iso8859-1"
+PO4A_OPTS="-k 0 -v -f pod -M utf-8 -L iso8859-1"
rm -rf html/
mkdir -p html/en/