From 6ec2152b0a93c943b9db6a0463b8df214484a458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Mon, 4 Aug 2008 09:27:22 +0000 Subject: [PATCH] Tiny fix to build_po.pl svn path=/trunk/boinc/; revision=15746 --- tools/build_po.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/build_po.pl b/tools/build_po.pl index 11f99b7fb4..20ae824289 100755 --- a/tools/build_po.pl +++ b/tools/build_po.pl @@ -7,9 +7,9 @@ my $path = $ARGV[0]; if ($path eq "") { die "Usage: build_po.pl [PROJECT_PATH]"; } -system("xgettext --omit-header --directory=".$path."/html/inc -o en.po --keyword=tra -L PHP --no-location ".$path."/html/inc/*"); -system("xgettext --omit-header --directory=".$path."/html/user -j -o en.po --keyword=tra -L PHP --no-location ".$path."/html/user/*"); -system("xgettext --omit-header --directory=".$path."/html/project -j -o en.po --keyword=tra -L PHP --no-location ".$path."/html/project/*"); +system("xgettext --omit-header --directory=".$path."/html/inc -o en.po --keyword=tra -L PHP --no-location ".$path."/html/inc/*.inc"); +system("xgettext --omit-header --directory=".$path."/html/user -j -o en.po --keyword=tra -L PHP --no-location ".$path."/html/user/*.php"); +system("xgettext --omit-header --directory=".$path."/html/project -j -o en.po --keyword=tra -L PHP --no-location ".$path."/html/project/*.*"); my @timedata = localtime(time); my $header = "";