see plug-ins/perl/Changes
This commit is contained in:
@ -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>
|
Thu Apr 6 22:38:51 CEST 2000 Marc Lehmann <pcg@goof.com>
|
||||||
|
|
||||||
* Makefile.PL: msgmerge will no longer be called under any
|
* Makefile.PL: msgmerge will no longer be called under any
|
||||||
|
@ -4,6 +4,7 @@ do '../config.pl';
|
|||||||
|
|
||||||
print "Portable message objects...";
|
print "Portable message objects...";
|
||||||
if ($MSGFMT =~ /./ && $MSGFMT ne "no") {
|
if ($MSGFMT =~ /./ && $MSGFMT ne "no") {
|
||||||
|
$alltarget = "update-gmo";
|
||||||
for (<*.po>) {
|
for (<*.po>) {
|
||||||
my ($po) = /(.*)\.po$/;
|
my ($po) = /(.*)\.po$/;
|
||||||
print " $po";
|
print " $po";
|
||||||
@ -14,6 +15,7 @@ if ($MSGFMT =~ /./ && $MSGFMT ne "no") {
|
|||||||
$mofiles .= " $po.gmo";
|
$mofiles .= " $po.gmo";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
$alltarget = "";
|
||||||
print " skipped";
|
print " skipped";
|
||||||
}
|
}
|
||||||
print "\n";
|
print "\n";
|
||||||
|
Reference in New Issue
Block a user