default dict now gzipped (no real change)

This commit is contained in:
ehouse 2006-07-01 14:13:29 +00:00
parent 4fd379d663
commit 3188946364

View file

@ -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 > $@