summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-02-14 17:25:36 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-02-14 17:25:36 +0000
commit979dd00ffce7e825cbfa76bee30e7855d8094aa3 (patch)
treeb5a22bb5a2f6b25416e4adef2d6e637462494030 /perl-install/share/po/Makefile
parent58953dadb91a5ff0ea8d0fc55a55fb7c97ebfe1b (diff)
downloaddrakx-backup-do-not-use-979dd00ffce7e825cbfa76bee30e7855d8094aa3.tar
drakx-backup-do-not-use-979dd00ffce7e825cbfa76bee30e7855d8094aa3.tar.gz
drakx-backup-do-not-use-979dd00ffce7e825cbfa76bee30e7855d8094aa3.tar.bz2
drakx-backup-do-not-use-979dd00ffce7e825cbfa76bee30e7855d8094aa3.tar.xz
drakx-backup-do-not-use-979dd00ffce7e825cbfa76bee30e7855d8094aa3.zip
Instead of temporary removingfiles from CVS put a rule in Makefile to
don't use them (thanks Thierry)
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile5
1 files changed, 4 insertions, 1 deletions
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=%)