[Po4a-commits] po4a Build.PL,1.12,1.13

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Sat, 06 Nov 2004 15:11:24 +0000


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv13731

Modified Files:
	Build.PL 
Log Message:
The generated man pages are in iso8859-1 again


Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Build.PL	30 Oct 2004 11:01:25 -0000	1.12
+++ Build.PL	6 Nov 2004 15:11:22 -0000	1.13
@@ -133,7 +133,7 @@
 	    $self->depends_on('manpo');
 	    use Pod::Man;
 
-	    my $options = "-v -f pod -M iso8859-1";
+	    my $options = "-v -f pod -M iso8859-1 -L iso8859-1";
 	    
 	    #get the languages
 	    my @langs = @{$self->rscan_dir('po/pod',qr{\.po$})};