mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
default dict now gzipped (no real change)
This commit is contained in:
parent
4fd379d663
commit
3188946364
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@ include ../Makefile.2to8
|
||||||
|
|
||||||
include ../Makefile.langcommon
|
include ../Makefile.langcommon
|
||||||
|
|
||||||
SOURCEDICT ?= $(XWDICTPATH)/$(LANG)/portugueseBR.txt
|
SOURCEDICT ?= $(XWDICTPATH)/$(LANG)/portugueseBR.txt.gz
|
||||||
|
|
||||||
$(LANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
$(LANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||||
cat $< | tr [a-zç] [A-ZÇ] | \
|
zcat $< | tr [a-zç] [A-ZÇ] | \
|
||||||
grep '^[A-JL-VXZÇ]\+$$' | \
|
grep '^[A-JL-VXZÇ]\+$$' | \
|
||||||
gzip -c > $@
|
gzip -c > $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue