[Formed-commits] r379 - in trunk: . formed/po

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Aug 4 15:31:35 CEST 2010


Author: bh
Date: 2010-08-04 15:31:34 +0200 (Wed, 04 Aug 2010)
New Revision: 379

Modified:
   trunk/ChangeLog
   trunk/formed/po/Makefile
Log:
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make
the order of entries in the .pot-file more predictable.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-08-04 10:53:24 UTC (rev 378)
+++ trunk/ChangeLog	2010-08-04 13:31:34 UTC (rev 379)
@@ -1,5 +1,10 @@
 2010-08-04  Bernhard Herzog  <bh at intevation.de>
 
+	* formed/po/Makefile (LIST_POTFILES): Sort the file names to make
+	the order of entries in the .pot-file more predictable.
+
+2010-08-04  Bernhard Herzog  <bh at intevation.de>
+
 	* formed/formed/model/nodecomponents.py (RootNode.__init__)
 	(RootNode.getVersion, RootNode.setVersion): Add attribute
 	"version" and accessor methods.

Modified: trunk/formed/po/Makefile
===================================================================
--- trunk/formed/po/Makefile	2010-08-04 10:53:24 UTC (rev 378)
+++ trunk/formed/po/Makefile	2010-08-04 13:31:34 UTC (rev 379)
@@ -8,7 +8,7 @@
 PO_DIR = po
 DOMAIN = formed
 
-LIST_POTFILES = find .. -name \*.py | xargs grep -l '_("'
+LIST_POTFILES = find .. -name \*.py | sort | xargs grep -l '_("'
 
 
 pot:



More information about the Formed-commits mailing list