diff --git a/xwords4/dawg/English/Makefile.SOWPODS b/xwords4/dawg/English/Makefile.SOWPODS index 270adf1b3..89440c3e3 100644 --- a/xwords4/dawg/English/Makefile.SOWPODS +++ b/xwords4/dawg/English/Makefile.SOWPODS @@ -18,11 +18,11 @@ XWLANG = SOWPODS LANGCODE = en_US TARGET_TYPE = WINCE -DICTNOTE = "Used in Scrabbleâ„¢ tournaments especially outside the US" +DICTNOTE = "from http://www.freescrabbledictionary.com/sowpods.txt, Feb. 2014" include ../Makefile.langcommon -SOURCEDICT ?= $(XWDICTPATH)/English/sow-twl.txt.gz +SOURCEDICT ?= $(XWDICTPATH)/English/sowpods.txt.gz $(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \