From 979dd00ffce7e825cbfa76bee30e7855d8094aa3 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 14 Feb 2002 17:25:36 +0000 Subject: Instead of temporary removingfiles from CVS put a rule in Makefile to don't use them (thanks Thierry) --- perl-install/share/po/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 298f600af..881d94f71 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -3,7 +3,10 @@ include ../../Makefile.config PMSFILES = $(wildcard $(PMS:%=../../%)) PMSCFILES = $(PMSFILES:%=%_.c) -POFILES = $(shell ls *.po) +# temporarly don't include ar.po,br.po,cy.po,ga.po,is.po,ro.po,sl.po +# (too low translation percentage) +POFILES = $(shell ls *.po|grep -v '\(ar.po\|cy.po\|ga.po\|is.po\|ro.po\|sl.po\)') + MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) -- cgit v1.2.1