mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
9bad5d7482
commit
2ee5958973
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue