diff options
Diffstat (limited to 'perl-install/share/po/Makefile')
-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 |