see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 2000-05-05 19:57:11 +00:00
parent 9bad5d7482
commit 2ee5958973
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri May 5 21:49:29 CEST 2000 Marc Lehmann <pcg@goof.com>
* $alltarget was never set (have to have a look at the logs).
Probably was responsible for the "gmo's don't build" problem.
Thu Apr 6 22:38:51 CEST 2000 Marc Lehmann <pcg@goof.com>
* Makefile.PL: msgmerge will no longer be called under any

View File

@ -4,6 +4,7 @@ do '../config.pl';
print "Portable message objects...";
if ($MSGFMT =~ /./ && $MSGFMT ne "no") {
$alltarget = "update-gmo";
for (<*.po>) {
my ($po) = /(.*)\.po$/;
print " $po";
@ -14,6 +15,7 @@ if ($MSGFMT =~ /./ && $MSGFMT ne "no") {
$mofiles .= " $po.gmo";
}
} else {
$alltarget = "";
print " skipped";
}
print "\n";