diff --git a/xwords4/dawg/Portuguese/Makefile b/xwords4/dawg/Portuguese/Makefile index c9f1edc34..40e5c420f 100644 --- a/xwords4/dawg/Portuguese/Makefile +++ b/xwords4/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 > $@