summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-04 12:30:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-04 12:30:38 +0000
commitbed9b1327dbb698791395344a8e0a98b018b9906 (patch)
tree4f3f1343b014c66c0ab9586a8e0f7c63fa2f28f1 /perl-install/share/po/Makefile
parent9022f5e624c2300a0e1a35150ed7a0f0b113096a (diff)
downloaddrakx-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
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile3
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