]> Pileus Git - ~andy/fetchmail/commitdiff
Automatic rebuild of translation files.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 28 Feb 2003 21:55:05 +0000 (21:55 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 28 Feb 2003 21:55:05 +0000 (21:55 -0000)
svn path=/trunk/; revision=3802

makerelease

index ec1c52d32bc74fc487309c9553f5acd0591e0d39..a88ade577d17ff9d2c1e72e140231f95cfe27569 100755 (executable)
@@ -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");