mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
path to local copy of wordlist
This commit is contained in:
parent
c57206f483
commit
e2cbee1210
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ include ../Makefile.2to8
|
|||
|
||||
include ../Makefile.langcommon
|
||||
|
||||
$(LANG)Main.dict.gz: sow-twl.txt.gz
|
||||
SOURCEDICT ?= $(XWDICTPATH)/English/sow-twl.txt.gz
|
||||
|
||||
$(LANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||
zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \
|
||||
gzip -c > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue