r17990 - gnucash/trunk - Ignore the python-bindings when building translations.
Derek Atkins
warlord at cvs.gnucash.org
Fri Mar 13 11:07:40 EDT 2009
Author: warlord
Date: 2009-03-13 11:07:39 -0400 (Fri, 13 Mar 2009)
New Revision: 17990
Trac: http://svn.gnucash.org/trac/changeset/17990
Modified:
gnucash/trunk/make-gnucash-potfiles.in
Log:
Ignore the python-bindings when building translations.
Modified: gnucash/trunk/make-gnucash-potfiles.in
===================================================================
--- gnucash/trunk/make-gnucash-potfiles.in 2009-03-10 17:41:52 UTC (rev 17989)
+++ gnucash/trunk/make-gnucash-potfiles.in 2009-03-13 15:07:39 UTC (rev 17990)
@@ -13,7 +13,7 @@
use File::Basename;
# Note: These are perl regexp patterns, *not* normal shell wildcards!
-my @ignorepatterns = ('gw-', 'test', 'experimental', 'swig-.*\.c');
+my @ignorepatterns = ('gw-', 'test', 'experimental', 'python-bindings', 'swig-.*\.c');
my @skipped_files = `grep -v \# @-SRCDIR-@/po/POTFILES.skip`;
my @ignored_files = `grep -v \# @-SRCDIR-@/po/POTFILES.ignore`;
More information about the gnucash-changes
mailing list