summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>1999-08-25 09:51:44 +0000
committerPablo Saratxaga <pablo@mandriva.com>1999-08-25 09:51:44 +0000
commitc38c70ab4a3e21137fdd790954a195b6082894bd (patch)
tree3e17e31093116de75b9db1656c9f3ef9ccacc2ed /perl-install/share/po/Makefile
parent9b8dddbc720899a7872d82e39405997ab6949df4 (diff)
downloaddrakx-backup-do-not-use-c38c70ab4a3e21137fdd790954a195b6082894bd.tar
drakx-backup-do-not-use-c38c70ab4a3e21137fdd790954a195b6082894bd.tar.gz
drakx-backup-do-not-use-c38c70ab4a3e21137fdd790954a195b6082894bd.tar.bz2
drakx-backup-do-not-use-c38c70ab4a3e21137fdd790954a195b6082894bd.tar.xz
drakx-backup-do-not-use-c38c70ab4a3e21137fdd790954a195b6082894bd.zip
updating correct *.po files
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile10
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: %