# HG changeset patch # User Luke Schierer # Date 1093222065 0 # Node ID d5a2232f83e40288cd6dd713330c605167d9d3ff # Parent 908e6800ced10e545524dc023f5b4aeb18feff36 [gaim-migrate @ 10707] Bjoern Voigt patched this committer: Tailor Script diff -r 908e6800ced1 -r d5a2232f83e4 po/.cvsignore --- 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 diff -r 908e6800ced1 -r d5a2232f83e4 po/update.pl --- 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)\$' ";