[Po4a-devel][CVS] po4a MANIFEST,1.10,1.11 Build.PL,1.1,1.2

Martin Quinson po4a-devel@lists.alioth.debian.org
Fri, 16 Jul 2004 04:08:34 +0000


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

Modified Files:
	MANIFEST Build.PL 
Log Message:
add the new 'po4a' script

Index: MANIFEST
===================================================================
RCS file: /cvsroot/po4a/po4a/MANIFEST,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- MANIFEST	29 Jun 2004 19:41:20 -0000	1.10
+++ MANIFEST	16 Jul 2004 04:08:32 -0000	1.11
@@ -37,6 +37,7 @@
 # po/pod/po4a-updatepo.fr.pod
 
 # the binaries
+po4a
 po4a-gettextize
 po4a-normalize
 po4a-translate

Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Build.PL	29 Jun 2004 19:39:35 -0000	1.1
+++ Build.PL	16 Jul 2004 04:08:32 -0000	1.2
@@ -7,7 +7,7 @@
 	requires => {Locale::gettext => '1.01',
 		SGMLS => 0},
 	script_files => ['po4a-gettextize', 'po4a-updatepo',
-		'po4a-translate', 'po4a-normalize'],
+		'po4a-translate', 'po4a-normalize', 'po4a'],
 	add_to_cleanup => ['t/tmp'],
 	dist_abstract => 'Tools for helping translation of documentation',
 	dist_author => ['Martin Quinson <martin.quinson@tuxfamily.org>',