diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-19 08:03:46 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-19 08:03:46 +0000 |
commit | a62b96c5282cd9d80c4c79498f13fc3aa97555ad (patch) | |
tree | 3ff4c2bf70405b552df51aaa5ea65064c1352b41 /perl-install/share/po | |
parent | 262903f3d6dc8c5b245ba4931a0f3cf55c6f915b (diff) | |
download | drakx-backup-do-not-use-a62b96c5282cd9d80c4c79498f13fc3aa97555ad.tar drakx-backup-do-not-use-a62b96c5282cd9d80c4c79498f13fc3aa97555ad.tar.gz drakx-backup-do-not-use-a62b96c5282cd9d80c4c79498f13fc3aa97555ad.tar.bz2 drakx-backup-do-not-use-a62b96c5282cd9d80c4c79498f13fc3aa97555ad.tar.xz drakx-backup-do-not-use-a62b96c5282cd9d80c4c79498f13fc3aa97555ad.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/share/po')
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 0fa58cc84..b3bcca104 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -26,4 +26,4 @@ DrakX.pot: $(PMSFILES) $(PMSCFILES): %_.c: % perl -pe 's|^(__?\()| $$1|; s|#([^+].*)|/*\1*\/|; s|$$|\\n\\|' $< > $@ -# 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] ] } <>' +# 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] ] } <>' |