changeset 9836:d5a2232f83e4

[gaim-migrate @ 10707] Bjoern Voigt patched this committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 23 Aug 2004 00:47:45 +0000
parents 908e6800ced1
children dafebadcf8d2
files po/.cvsignore po/update.pl
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/po/.cvsignore	Mon Aug 23 00:41:23 2004 +0000
+++ b/po/.cvsignore	Mon Aug 23 00:47:45 2004 +0000
@@ -5,6 +5,7 @@
 POTFILES
 POTFILES.in.missing
 POTFILES.in.noi18n
+POTFILES.ignore
 Rules-quot
 cat-id-tbl.c
 stamp-cat-id
--- a/po/update.pl	Mon Aug 23 00:41:23 2004 +0000
+++ b/po/update.pl	Mon Aug 23 00:47:45 2004 +0000
@@ -44,7 +44,7 @@
     }
 
     elsif($LANG eq "--pot" || "$LANG" eq "-P"){
-                
+
         print "Building the $PACKAGE.pot ...";
 
         $b="xgettext --default-domain\=$PACKAGE --directory\=\.\."
@@ -52,7 +52,6 @@
           ." --files-from\=\.\/POTFILES\.in ";
         $b1="test \! -f $PACKAGE\.po \|\| \( rm -f \.\/$PACKAGE\.pot "
            ."&& mv $PACKAGE\.po \.\/$PACKAGE\.pot \)";
-        print $b . "\n"; 
 	if(($ret=system($b . " && " . $b1))==0) {
 	    print "...done\n";
 	}
@@ -62,7 +61,7 @@
 
         exit $ret;
     }
-        
+
     elsif ($LANG eq "--maintain" || "$LANG" eq "-M"){
 
         $a="find ../ -path ../intl -prune -o -print | egrep '.*\\.(c|y|cc|c++|h|gob)\$' ";