diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-04 12:30:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-04 12:30:38 +0000 |
commit | bed9b1327dbb698791395344a8e0a98b018b9906 (patch) | |
tree | 4f3f1343b014c66c0ab9586a8e0f7c63fa2f28f1 | |
parent | 9022f5e624c2300a0e1a35150ed7a0f0b113096a (diff) | |
download | drakx-backup-do-not-use-bed9b1327dbb698791395344a8e0a98b018b9906.tar drakx-backup-do-not-use-bed9b1327dbb698791395344a8e0a98b018b9906.tar.gz drakx-backup-do-not-use-bed9b1327dbb698791395344a8e0a98b018b9906.tar.bz2 drakx-backup-do-not-use-bed9b1327dbb698791395344a8e0a98b018b9906.tar.xz drakx-backup-do-not-use-bed9b1327dbb698791395344a8e0a98b018b9906.zip |
no_comment
-rw-r--r-- | perl-install/share/po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index f2e1ef2c9..eb1d58f2b 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -PMSFILES = $(shell find .. -name "*.pm" | grep -v "^../po" | grep -v "^../c/") $(STANDALONEPMS:%=../standalone/%) +PMSFILES = $(wildcard $(PMS:%=../%)) PMSCFILES = $(PMSFILES:%=%_.c) POFILES = $(shell ls *.po) @@ -26,3 +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] ] } <>'
\ No newline at end of file |