diff options
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index c387c8f35..0913590b6 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -69,3 +69,7 @@ verif2: # for i in *.po; do echo -n "$i "; msgfmt -v $i 2>&1; done | perl -e 'print map { $_->[0] } sort { $a->[1] <=> $b->[1] } map { [ $_, (split)[1] ] } <>' + + +%: %.sh + # fake built-in |