[Po4a-commits] "po4a changelog, 1.521, 1.522 Build.PL, 1.44, 1.45 Makefile, 1.9, 1.10"

Neil Williams codehelp at alioth.debian.org
Thu Nov 12 22:02:16 UTC 2009


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

Modified Files:
	changelog Build.PL Makefile 
Log Message:
	* Build.PL: OK, this is a hack but gettext really doesn't
	like mixing shell and perl without one of the formats
	having a file extension, so make a temporary po4a-build.sh
	symlink which gets cleaned up later.
	* Makefile: Clean up the temporary symlink.
	* po/bin/Makevars: Let xgettext use the default Lang
	now that the symlink solves the other confusion.
	* po/bin/POTFILES.in: Get POTFILES to look at the symlink.
	* po/bin/po4a.pot: Updated with new strings from po4a-build.
	* share/po4a-build: Fix the string markup so that xgettext
	finds all 14 strings.



Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Build.PL	12 Nov 2009 20:29:52 -0000	1.44
+++ Build.PL	12 Nov 2009 22:02:12 -0000	1.45
@@ -4,6 +4,7 @@
 use strict;
 use warnings;
 
+symlink ("share/po4a-build", "po4a-build.sh");
 my $builder = Module::Build->subclass
 (
     class => 'My::Builder',

Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	12 Nov 2009 20:29:53 -0000	1.9
+++ Makefile	12 Nov 2009 22:02:13 -0000	1.10
@@ -13,6 +13,7 @@
 	@./Build realclean
 	$(MAKE) -C share clean
 	$(MAKE) -C po/bin clean
+	$(RM) po4a-build.sh
 
 dist: Build
 	./share/po4a-build --pot-only -f ./po4a-build.conf

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.521
retrieving revision 1.522
diff -u -d -r1.521 -r1.522
--- changelog	12 Nov 2009 20:29:52 -0000	1.521
+++ changelog	12 Nov 2009 22:02:11 -0000	1.522
@@ -1,5 +1,19 @@
 2009-11-12  Neil Williams  <linux at codehelp.co.uk>
 
+	* Build.PL: OK, this is a hack but gettext really doesn't
+	like mixing shell and perl without one of the formats
+	having a file extension, so make a temporary po4a-build.sh
+	symlink which gets cleaned up later.
+	* Makefile: Clean up the temporary symlink.
+	* po/bin/Makevars: Let xgettext use the default Lang
+	now that the symlink solves the other confusion.
+	* po/bin/POTFILES.in: Get POTFILES to look at the symlink.
+	* po/bin/po4a.pot: Updated with new strings from po4a-build.
+	* share/po4a-build: Fix the string markup so that xgettext
+	finds all 14 strings.
+
+2009-11-12  Neil Williams  <linux at codehelp.co.uk>
+
 	* Build.PL: Convert to the po4a-build build system.
 	* MANIFEST: Add po4a-build support files.
 	* Makefile: Generate translated content via po4a-build.




More information about the Po4a-commits mailing list