see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
2000-02-22 18:50:31 +00:00
parent 8501ac08b6
commit d861cfdb33

View File

@ -19,9 +19,10 @@ if ($MSGFMT =~ /./) {
print "\n";
WriteMakefile(
'macro' => \%cfg,
'realclean' => { FILES => "gimp-perl.pot" },
'clean' => { FILES => "*.mo" },
NAME => 'i18n translation tables',
macro => \%cfg,
realclean => { FILES => "gimp-perl.pot" },
clean => { FILES => "*.mo" },
);
sub MY::postamble {