From bed9b1327dbb698791395344a8e0a98b018b9906 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Jan 2000 12:30:38 +0000 Subject: no_comment --- perl-install/share/po/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') 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 -- cgit v1.2.1