path to local copy of wordlist

This commit is contained in:
ehouse 2005-06-16 05:12:49 +00:00
parent c57206f483
commit e2cbee1210

View file

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