[Po4a-commits] "po4a changelog,1.490,1.491 Build.PL,1.42,1.43"

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Tue Jul 21 16:38:59 UTC 2009


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

Modified Files:
	changelog Build.PL 
Log Message:
	* MANIFEST, Build.PL: Distribute the po4apod-display-po script.
	* doc/addendum_man.fr: Fix encoding.


Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Build.PL	22 Feb 2009 15:39:30 -0000	1.42
+++ Build.PL	21 Jul 2009 16:38:56 -0000	1.43
@@ -170,7 +170,7 @@
 	    }
 
 	    # Install the manpages of the Shell scripts
-	    system ("cp scripts/po4aman-display-po.1 blib/man/man1/") and die;
+	    system ("cp scripts/po4aman-display-po.1 scripts/po4apod-display-po.1 blib/man/man1/") and die;
 	    foreach $file (@{$self->rscan_dir('blib/man',qr{\.1$})}) {
 		system ("gzip -9 -f $file") and die;
 	    }
@@ -235,7 +235,7 @@
                     },
       script_files => ['po4a-gettextize', 'po4a-updatepo',
 	  'po4a-translate', 'po4a-normalize', 'po4a', 'scripts/msguntypot',
-	  'scripts/po4aman-display-po'],
+	  'scripts/po4aman-display-po', 'scripts/po4apod-display-po'],
       add_to_cleanup => ['t/tmp','messages.mo', 'blib',
 	  'po/pod/po4a-pod.pot~', 'po4a.log'],
       dist_abstract => 'Tools for helping translation of documentation',

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.490
retrieving revision 1.491
diff -u -d -r1.490 -r1.491
--- changelog	21 Jul 2009 16:13:46 -0000	1.490
+++ changelog	21 Jul 2009 16:38:56 -0000	1.491
@@ -4,7 +4,8 @@
 	0.36.2.
 	* po/bin/po4a.pot, po/pod/po4a-pod.pot: Regenerated.
 	* po/bin/*.po, po/pod/*.po: Synchronized with the POTs.
-	* MANIFEST: Distribute the po4apod-display-po script.
+	* MANIFEST, Build.PL: Distribute the po4apod-display-po script.
+	* doc/addendum_man.fr: Fix encoding.
 
 2009-07-21  Nicolas François  <nicolas.francois at centraliens.net>
 




More information about the Po4a-commits mailing list