mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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
|
||||
|
||||
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 > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue