From: Peter Eisentraut Date: Fri, 3 Jul 2009 20:30:14 +0000 (+0000) Subject: Fixes for 8.4 branching X-Git-Url: http://git.postgresql.org/gitweb/backend_dirs.html?a=commitdiff_plain;h=54f6b77c6941a62afe2f87584d57c3d39b54b6ad;p=pgtranslation%2Fadmin.git Fixes for 8.4 branching --- diff --git a/wwwtools/pg-make-po b/wwwtools/pg-make-po index 417f3ef..ef05280 100755 --- a/wwwtools/pg-make-po +++ b/wwwtools/pg-make-po @@ -106,7 +106,7 @@ foreach (@ARGV) { } } - if ($version eq 'current') { + if ($version eq 'current' or $version eq '8.4-branch') { # This is what we offer for download. if (system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages'") != 0) { system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages' 2>$outdir/$catalogname-$lang.po.err 1>/dev/null");