[Gnucash-changes] Support for perl in gettext.

Neil Williams codehelp at cvs.gnucash.org
Mon Aug 22 16:04:03 EDT 2005


Log Message:
-----------
Support for perl in gettext. (later)

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        make-gnucash-potfiles.in

Revision Data
-------------
Index: make-gnucash-potfiles.in
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/make-gnucash-potfiles.in,v
retrieving revision 1.4.6.1
retrieving revision 1.4.6.2
diff -Lmake-gnucash-potfiles.in -Lmake-gnucash-potfiles.in -u -r1.4.6.1 -r1.4.6.2
--- make-gnucash-potfiles.in
+++ make-gnucash-potfiles.in
@@ -11,7 +11,7 @@
 use File::Basename;
 
 my @cvsignores = `find src -name '.cvsignore'`;
-my @possible_files = `find src -name '*.c' -o -name '*.glade' -o -name '*.desktop.in' -o -name '*.keys.in'`;
+my @possible_files = `find src -name '*.c' -o -name '*.glade' -o -name '*.desktop.in' -o -name '*.keys.in' -o -name '*.pl'`;
 
 chomp(my $cwd = `pwd`);
 


More information about the gnucash-changes mailing list