diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-23 00:38:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-23 00:38:28 +0000 |
commit | 37860db32a298e81d107848c7021f39427ff2e29 (patch) | |
tree | aca56a7afe2ac47312f7d69037dd2be7fe5da32a /perl-install/share/po | |
parent | a2d6666a3797ac9d980855cc8a28cf9a6466a78c (diff) | |
download | drakx-backup-do-not-use-37860db32a298e81d107848c7021f39427ff2e29.tar drakx-backup-do-not-use-37860db32a298e81d107848c7021f39427ff2e29.tar.gz drakx-backup-do-not-use-37860db32a298e81d107848c7021f39427ff2e29.tar.bz2 drakx-backup-do-not-use-37860db32a298e81d107848c7021f39427ff2e29.tar.xz drakx-backup-do-not-use-37860db32a298e81d107848c7021f39427ff2e29.zip |
no_comment
Diffstat (limited to 'perl-install/share/po')
-rw-r--r-- | perl-install/share/po/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 0ea2c8d82..879f17a6c 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -1,15 +1,11 @@ PMSFILES = $(shell find .. -name "*.pm" | grep -v "^../po" | grep -v "^../c/") PMSCFILES = $(PMSFILES:%=%_.c) POFILES = $(shell ls *.po) -FROMPOFILES = $(POFILES:%.po=%.pm) -all: $(FROMPOFILES) +all: $(POFILES) clean: - rm -f empty.po $(FROMPOFILES) $(POFILES:%=%t) $(PMSCFILES) - -$(FROMPOFILES): %.pm: %.po - ./po2perl $< > $@ + rm -f empty.po $(POFILES:%=%t) $(PMSCFILES) $(POFILES): panoramix.pot cp -f $@ $@t |