From 37860db32a298e81d107848c7021f39427ff2e29 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Sep 1999 00:38:28 +0000 Subject: no_comment --- perl-install/share/po/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'perl-install/share/po') 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 -- cgit v1.2.1