From 3188946364b40736e343e0a3f818190834fb15f2 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 1 Jul 2006 14:13:29 +0000 Subject: [PATCH] default dict now gzipped (no real change) --- dawg/Portuguese/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dawg/Portuguese/Makefile b/dawg/Portuguese/Makefile index c9f1edc34..40e5c420f 100644 --- a/dawg/Portuguese/Makefile +++ b/dawg/Portuguese/Makefile @@ -25,10 +25,10 @@ include ../Makefile.2to8 include ../Makefile.langcommon -SOURCEDICT ?= $(XWDICTPATH)/$(LANG)/portugueseBR.txt +SOURCEDICT ?= $(XWDICTPATH)/$(LANG)/portugueseBR.txt.gz $(LANG)Main.dict.gz: $(SOURCEDICT) Makefile - cat $< | tr [a-zç] [A-ZÇ] | \ + zcat $< | tr [a-zç] [A-ZÇ] | \ grep '^[A-JL-VXZÇ]\+$$' | \ gzip -c > $@