diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-02-28 21:55:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-02-28 21:55:05 +0000 |
commit | 23e23aa5538f6dfc1888602c758caff293de6313 (patch) | |
tree | 32c2346f13e12c04e576bf0e9d5c764ab9336937 /makerelease | |
parent | 03327b935e0309cb000ec12171ecfe4a3137ba94 (diff) | |
download | fetchmail-23e23aa5538f6dfc1888602c758caff293de6313.tar.gz fetchmail-23e23aa5538f6dfc1888602c758caff293de6313.tar.bz2 fetchmail-23e23aa5538f6dfc1888602c758caff293de6313.zip |
Automatic rebuild of translation files.
svn path=/trunk/; revision=3802
Diffstat (limited to 'makerelease')
-rwxr-xr-x | makerelease | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makerelease b/makerelease index ec1c52d3..a88ade57 100755 --- a/makerelease +++ b/makerelease @@ -57,6 +57,10 @@ if ($versions[0] eq $rcsid) { print "Building $version release, RCS ID $rcsid, previous RCS ID $oldid\n"; +if (system("./configure; make -C po update-po; make clean")) { + die("Failure in translation-file rebuild.") +} + print "### Test-building the software...\n"; if (system("configure --disable-nls; make")) { die("Compilation failure\n"); |