[Po4a-commits] "po4a NEWS, 1.74, 1.75 changelog, 1.428, 1.429 Build.PL, 1.39, 1.40"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Mon Feb 9 23:10:32 UTC 2009


Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv5648

Modified Files:
	NEWS changelog Build.PL 
Log Message:
	* NEWS, Build.PL: Build the manpage with the Pod::Man utf8 option.
	This requires a recent Pod::Man (>= 5.10?)


Index: NEWS
===================================================================
RCS file: /cvsroot/po4a/po4a/NEWS,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- NEWS	31 Jan 2009 21:05:47 -0000	1.74
+++ NEWS	9 Feb 2009 23:10:30 -0000	1.75
@@ -19,6 +19,10 @@
  * Added support for a nowrapi18n option in Locale::Po4a::Common in
    order to use Locale::Po4a programatically.
 
+packaging:
+ * Manpages are generated in utf-8. This requires a recent Pod::Man with
+   support for the utf8 option.
+
 Docbook:
  * Improved support for Docbook 5 and Docbook 4, based on the official
    documentation of the Docbook tags.

Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Build.PL	9 Feb 2009 21:32:38 -0000	1.39
+++ Build.PL	9 Feb 2009 23:10:30 -0000	1.40
@@ -123,7 +123,9 @@
 	    use Pod::Man;
 
 	    # Translate binaries manpages
-	    my $parser = Pod::Man->new ();
+	    my %options;
+	    $options{utf8} = 1;
+	    my $parser = Pod::Man->new (%options);
 
 	    system("PERL5LIB=lib perl po4a --previous po/pod.cfg") and die;
 	    system("mkdir -p blib/man/man7") and die;

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -d -r1.428 -r1.429
--- changelog	9 Feb 2009 21:37:04 -0000	1.428
+++ changelog	9 Feb 2009 23:10:30 -0000	1.429
@@ -1,3 +1,8 @@
+2009-02-10  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* NEWS, Build.PL: Build the manpage with the Pod::Man utf8 option.
+	This requires a recent Pod::Man (>= 5.10?)
+
 2009-02-09  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* Build.PL: Another try to fix the installation of manpages and mo




More information about the Po4a-commits mailing list