diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-08-25 09:51:44 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-08-25 09:51:44 +0000 |
commit | c38c70ab4a3e21137fdd790954a195b6082894bd (patch) | |
tree | 3e17e31093116de75b9db1656c9f3ef9ccacc2ed /perl-install/share/po/Makefile | |
parent | 9b8dddbc720899a7872d82e39405997ab6949df4 (diff) | |
download | drakx-c38c70ab4a3e21137fdd790954a195b6082894bd.tar drakx-c38c70ab4a3e21137fdd790954a195b6082894bd.tar.gz drakx-c38c70ab4a3e21137fdd790954a195b6082894bd.tar.bz2 drakx-c38c70ab4a3e21137fdd790954a195b6082894bd.tar.xz drakx-c38c70ab4a3e21137fdd790954a195b6082894bd.zip |
updating correct *.po files
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 331b4f16b..c41539779 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -1,6 +1,6 @@ PMSFILES = $(shell find .. -name "*.pm" | grep -v "^../po" | grep -v "^../c/") PMSCFILES = $(PMSFILES:%=%_.c) -POFILES = $(shell ls *.po | grep -v empty.po) +POFILES = $(shell ls *.po) FROMPOFILES = $(POFILES:%.po=%.pm) all: $(FROMPOFILES) @@ -11,14 +11,14 @@ clean: $(FROMPOFILES): %.pm: %.po ./po2perl < $< > $@ -$(POFILES): empty.po +$(POFILES): panoramix.pot cp -f $@ $@t - msgmerge $< $@t > $@ + msgmerge $@t $< > $@ rm $@t -empty.po: $(PMSFILES) +panoramix.pot: $(PMSFILES) $(MAKE) $(PMSCFILES); - xgettext -F -n --omit-header --keyword=_ --keyword=__ -o empty.po $(PMSCFILES) + xgettext -F -n --keyword=_ --keyword=__ -o panoramix.pot $(PMSCFILES) rm $(PMSCFILES) $(PMSCFILES): %_.c: % |