see plug-ins/perl/Changes
This commit is contained in:
@ -19,9 +19,10 @@ if ($MSGFMT =~ /./) {
|
|||||||
print "\n";
|
print "\n";
|
||||||
|
|
||||||
WriteMakefile(
|
WriteMakefile(
|
||||||
'macro' => \%cfg,
|
NAME => 'i18n translation tables',
|
||||||
'realclean' => { FILES => "gimp-perl.pot" },
|
macro => \%cfg,
|
||||||
'clean' => { FILES => "*.mo" },
|
realclean => { FILES => "gimp-perl.pot" },
|
||||||
|
clean => { FILES => "*.mo" },
|
||||||
);
|
);
|
||||||
|
|
||||||
sub MY::postamble {
|
sub MY::postamble {
|
||||||
|
Reference in New Issue
Block a user